Skip to content

Commit

Permalink
Fix missing dollar sign in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 23, 2024
1 parent d8ce838 commit 17506ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1

- name: Run nf-test
run: nf-test test --verbose --profile "{{ matrix.profile }}" --tap=test.tap ${{ matrix.nf_test_files }}
run: nf-test test --verbose --profile "${{ matrix.profile }}" --tap=test.tap ${{ matrix.nf_test_files }}

- name: Output log on failure
if: failure()
Expand Down

0 comments on commit 17506ac

Please sign in to comment.