mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
fix condition
This commit is contained in:
parent
6384d567e6
commit
3dfad1aa7f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
|
@ -69,6 +69,7 @@ jobs:
|
||||||
- uses: ./.github/actions/test
|
- uses: ./.github/actions/test
|
||||||
with:
|
with:
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
|
no-trust-check: true
|
||||||
path: "./project"
|
path: "./project"
|
||||||
|
|
||||||
test_mac_version_and_path:
|
test_mac_version_and_path:
|
||||||
|
@ -80,6 +81,7 @@ jobs:
|
||||||
- uses: ./.github/actions/test
|
- uses: ./.github/actions/test
|
||||||
with:
|
with:
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
|
no-trust-check: true
|
||||||
path: "./project"
|
path: "./project"
|
||||||
|
|
||||||
|
|
||||||
|
@ -92,4 +94,5 @@ jobs:
|
||||||
- uses: ./.github/actions/test
|
- uses: ./.github/actions/test
|
||||||
with:
|
with:
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
|
no-trust-check: true
|
||||||
path: "./project"
|
path: "./project"
|
||||||
|
|
Loading…
Reference in a new issue