mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
rename env to test
This commit is contained in:
parent
372f5d3e36
commit
20570f8a79
1 changed files with 9 additions and 9 deletions
18
.github/workflows/CI.yml
vendored
18
.github/workflows/CI.yml
vendored
|
@ -5,42 +5,42 @@ jobs:
|
||||||
test_linux_no_trust:
|
test_linux_no_trust:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/actions/env
|
- uses: ./.github/actions/test
|
||||||
with:
|
with:
|
||||||
no-trust-check: true
|
no-trust-check: true
|
||||||
|
|
||||||
test_mac_no_trust:
|
test_mac_no_trust:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/actions/env
|
- uses: ./.github/actions/test
|
||||||
with:
|
with:
|
||||||
no-trust-check: true
|
no-trust-check: true
|
||||||
|
|
||||||
test_windows_no_trust:
|
test_windows_no_trust:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/actions/env
|
- uses: ./.github/actions/test
|
||||||
with:
|
with:
|
||||||
no-trust-check: true
|
no-trust-check: true
|
||||||
|
|
||||||
test_linux_with_trust:
|
test_linux_with_trust:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/actions/env
|
- uses: ./.github/actions/test
|
||||||
with:
|
with:
|
||||||
trusts: "Kampfkarren/selene JohnnyMorganz/stylua rojo-rbx/rojo"
|
trusts: "Kampfkarren/selene JohnnyMorganz/stylua rojo-rbx/rojo"
|
||||||
|
|
||||||
test_mac_with_trust:
|
test_mac_with_trust:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/actions/env
|
- uses: ./.github/actions/test
|
||||||
with:
|
with:
|
||||||
trusts: "Kampfkarren/selene JohnnyMorganz/stylua rojo-rbx/rojo"
|
trusts: "Kampfkarren/selene JohnnyMorganz/stylua rojo-rbx/rojo"
|
||||||
|
|
||||||
test_windows_with_trust:
|
test_windows_with_trust:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/actions/env
|
- uses: ./.github/actions/test
|
||||||
with:
|
with:
|
||||||
trusts: "Kampfkarren/selene JohnnyMorganz/stylua rojo-rbx/rojo"
|
trusts: "Kampfkarren/selene JohnnyMorganz/stylua rojo-rbx/rojo"
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir project
|
- run: mkdir project
|
||||||
- uses: ./.github/actions/env
|
- uses: ./.github/actions/test
|
||||||
with:
|
with:
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
path: "./project"
|
path: "./project"
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir project
|
- run: mkdir project
|
||||||
- uses: ./.github/actions/env
|
- uses: ./.github/actions/test
|
||||||
with:
|
with:
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
path: "./project"
|
path: "./project"
|
||||||
|
@ -67,7 +67,7 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir project
|
- run: mkdir project
|
||||||
- uses: ./.github/actions/env
|
- uses: ./.github/actions/test
|
||||||
with:
|
with:
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
path: "./project"
|
path: "./project"
|
||||||
|
|
Loading…
Reference in a new issue