Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Apr 25, 2024
1 parent 8eeec9a commit b841db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- run: npm run test -- --testLocationInResults --json --outputFile=coverage/report.json
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
coverage-file: coverage/report.json
coverage-file: coverage/coverage-final.json
test-script: npm test
working-directory: ./
working-directory: ./frontend
annotations: failed-tests

- name: Run e2e tests
Expand Down

0 comments on commit b841db1

Please sign in to comment.