1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Merge pull request #51 from DeterminateSystems/push-rlzmsvkzlzyo

Only run the test step after build completes
This commit is contained in:
Graham Christensen 2025-05-05 15:30:54 +00:00 committed by GitHub
commit ac4db6d96d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,7 @@ jobs:
path: ./tarball/*.xz
test:
if: ${{ inputs.if && inputs.run_tests}}
needs: build
strategy:
fail-fast: false
runs-on: ${{ inputs.os }}