Skip to content

Commit 2307fab

Browse files
committed
Syntax on nightly CI file
1 parent 9144661 commit 2307fab

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/nightly-ci.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@ jobs:
5858
- package: hydra-node
5959
- package: hydra-cluster
6060
# 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"'
6170
62-
- name: Nightly tests
63-
env:
64-
CI_NIGHTLY: True
65-
run: |
66-
cd ${{ matrix.package }}
67-
nix build .#${{ matrix.package }}-tests
68-
nix develop
69-
cabal test --test-options '-m "@nightly"'

0 commit comments

Comments
 (0)