Skip to content

Commit

Permalink
chore(tests): path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed May 31, 2024
1 parent 0b5e482 commit 25548b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: yarn lint

- name: 🧪 Run tests
run: yarn test:jest --ci --json --outputFile=report.json
run: yarn test:jest --ci --json --outputFile=coverage/report.json

- name: 🧪 Create coverage report markdown
uses: ArtiomTr/jest-coverage-report-action@v2
Expand Down

0 comments on commit 25548b8

Please sign in to comment.