mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
success/failure the vm checks
This commit is contained in:
parent
2315b54f91
commit
42cb189703
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -59,6 +59,7 @@ jobs:
|
||||||
system: x86_64-linux
|
system: x86_64-linux
|
||||||
|
|
||||||
test_aarch64-linux:
|
test_aarch64-linux:
|
||||||
|
if: success() || failure()
|
||||||
uses: ./.github/workflows/test.yml
|
uses: ./.github/workflows/test.yml
|
||||||
needs: build_aarch64-linux
|
needs: build_aarch64-linux
|
||||||
with:
|
with:
|
||||||
|
@ -67,6 +68,7 @@ jobs:
|
||||||
system: aarch64-linux
|
system: aarch64-linux
|
||||||
|
|
||||||
test_x86_64-darwin:
|
test_x86_64-darwin:
|
||||||
|
if: success() || failure()
|
||||||
uses: ./.github/workflows/test.yml
|
uses: ./.github/workflows/test.yml
|
||||||
needs: build_x86_64-darwin
|
needs: build_x86_64-darwin
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue