mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +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
|
||||
|
||||
test_aarch64-linux:
|
||||
if: success() || failure()
|
||||
uses: ./.github/workflows/test.yml
|
||||
needs: build_aarch64-linux
|
||||
with:
|
||||
|
@ -67,6 +68,7 @@ jobs:
|
|||
system: aarch64-linux
|
||||
|
||||
test_x86_64-darwin:
|
||||
if: success() || failure()
|
||||
uses: ./.github/workflows/test.yml
|
||||
needs: build_x86_64-darwin
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue