We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9144661 commit 2307fabCopy full SHA for 2307fab
.github/workflows/nightly-ci.yaml
@@ -58,12 +58,13 @@ jobs:
58
- package: hydra-node
59
- package: hydra-cluster
60
# Note: Missing hydra-tui
61
+ env:
62
+ CI_NIGHTLY: True
63
+ steps:
64
+ - name: Run tests
65
+ run: |
66
+ cd ${{ matrix.package }}
67
+ nix build .#${{ matrix.package }}-tests
68
+ nix develop
69
+ cabal test --test-options '-m "@nightly"'
70
- - name: Nightly tests
- env:
- CI_NIGHTLY: True
- run: |
- cd ${{ matrix.package }}
- nix build .#${{ matrix.package }}-tests
- nix develop
- cabal test --test-options '-m "@nightly"'
0 commit comments