Skip to content

Commit 03368f1

Browse files
committed
Use nicknovitski/nix-develop
1 parent 54882e0 commit 03368f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/demo-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'
2828

29+
- name: Set up and use the "demo" devShell
30+
uses: nicknovitski/nix-develop@v1
31+
with:
32+
arguments: ".#demo"
33+
2934
- name: Modify demo to run headlessly
3035
run: |
3136
sed -i.bak 's/is_foreground = true/is_foreground = false/g' nix/hydra/demo.nix

0 commit comments

Comments
 (0)