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:
commit
ac4db6d96d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue