Skip to content

Commit

Permalink
Fixed syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
antowaddle committed Dec 17, 2024
1 parent 0d14270 commit 3f8d63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Run Cypress Mock Tests in Parallel
run: |
cd ./frontend && npm run test:cypress-ci -- --headless --spec $(echo '${{ steps.test-files.outputs.files }}' | tr ',' '\n' | awk 'NR % 5 == ${{ matrix.container }} - 1')
cd ./frontend && npm run test:cypress-ci -- --headless --spec $(echo '${{ steps.test-files.outputs.files }}' | tr ',' '\n' | awk 'NR % 5 == ${{ matrix.container }} - 1')
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 3f8d63c

Please sign in to comment.