mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +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
|
path: ./tarball/*.xz
|
||||||
test:
|
test:
|
||||||
if: ${{ inputs.if && inputs.run_tests}}
|
if: ${{ inputs.if && inputs.run_tests}}
|
||||||
|
needs: build
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ${{ inputs.os }}
|
runs-on: ${{ inputs.os }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue