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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./.github/actions/env
|
||||
- uses: ./.github/actions/test
|
||||
with:
|
||||
no-trust-check: true
|
||||
|
||||
test_mac_no_trust:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: ./.github/actions/env
|
||||
- uses: ./.github/actions/test
|
||||
with:
|
||||
no-trust-check: true
|
||||
|
||||
test_windows_no_trust:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: ./.github/actions/env
|
||||
- uses: ./.github/actions/test
|
||||
with:
|
||||
no-trust-check: true
|
||||
|
||||
test_linux_with_trust:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./.github/actions/env
|
||||
- uses: ./.github/actions/test
|
||||
with:
|
||||
trusts: "Kampfkarren/selene JohnnyMorganz/stylua rojo-rbx/rojo"
|
||||
|
||||
test_mac_with_trust:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: ./.github/actions/env
|
||||
- uses: ./.github/actions/test
|
||||
with:
|
||||
trusts: "Kampfkarren/selene JohnnyMorganz/stylua rojo-rbx/rojo"
|
||||
|
||||
test_windows_with_trust:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: ./.github/actions/env
|
||||
- uses: ./.github/actions/test
|
||||
with:
|
||||
trusts: "Kampfkarren/selene JohnnyMorganz/stylua rojo-rbx/rojo"
|
||||
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: mkdir project
|
||||
- uses: ./.github/actions/env
|
||||
- uses: ./.github/actions/test
|
||||
with:
|
||||
version: 0.2.2
|
||||
path: "./project"
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
steps:
|
||||
- run: mkdir project
|
||||
- uses: ./.github/actions/env
|
||||
- uses: ./.github/actions/test
|
||||
with:
|
||||
version: 0.2.2
|
||||
path: "./project"
|
||||
|
@ -67,7 +67,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
steps:
|
||||
- run: mkdir project
|
||||
- uses: ./.github/actions/env
|
||||
- uses: ./.github/actions/test
|
||||
with:
|
||||
version: 0.2.2
|
||||
path: "./project"
|
||||
|
|
Loading…
Reference in a new issue