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 54882e0 commit 03368f1Copy full SHA for 03368f1
.github/workflows/demo-test.yaml
@@ -26,6 +26,11 @@ jobs:
26
with:
27
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'
28
29
+ - name: Set up and use the "demo" devShell
30
+ uses: nicknovitski/nix-develop@v1
31
+ with:
32
+ arguments: ".#demo"
33
+
34
- name: Modify demo to run headlessly
35
run: |
36
sed -i.bak 's/is_foreground = true/is_foreground = false/g' nix/hydra/demo.nix
0 commit comments