Skip to content

Commit c4c720f

Browse files
committed
Get nightly CI correct
1 parent 2307fab commit c4c720f

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.github/workflows/nightly-ci.yaml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,17 @@ jobs:
6161
env:
6262
CI_NIGHTLY: True
6363
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"'
64+
- name: 📥 Checkout repository
65+
uses: actions/checkout@v4
7066

67+
- name: ❄ Setup Nix/Cachix
68+
uses: ./.github/actions/nix-cachix-setup
69+
with:
70+
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'
71+
72+
- name: Run tests
73+
run: |
74+
cd ${{ matrix.package }}
75+
nix build .#${{ matrix.package }}-tests
76+
nix develop
77+
cabal test --test-options '-m "@nightly"'

0 commit comments

Comments
 (0)