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 a94de76 commit 7745a83Copy full SHA for 7745a83
.github/workflows/ci-nix.yaml
@@ -47,6 +47,7 @@ jobs:
47
- name: ❓ Test
48
if: ${{ matrix.package != 'hydra-tui' }}
49
run: |
50
+ cd ${{ matrix.package }} # To ensure the `./golden` files are available.
51
nix develop .#${{ matrix.package }}-tests --command tests
52
53
# This one is special, as it requires a tty.
0 commit comments