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 a119e21 commit 8b00678Copy full SHA for 8b00678
.github/workflows/ci-nix.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: ❓ Test
48
if: ${{ matrix.package != 'hydra-tui' }}
49
run: |
50
- if [[ ${{secrets.blockfrost_token}} != '' ]]; then
+ if [[ "${{secrets.blockfrost_token}}" != '' ]]; then
51
echo "${{secrets.blockfrost_token}}" > blockfrost-project.txt
52
cd ${{ matrix.package }}
53
nix build .#${{ matrix.package }}-tests
0 commit comments