Skip to content

Commit

Permalink
Add junit web-test results to CI (#7954)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrombo authored Mar 26, 2024
1 parent e33d709 commit 85c6efd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/src/jobs/@web-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,10 @@ web-test:
- run:
name: test
no_output_timeout: 30m
command: npm run web:test
command: npm run web:test -- -- --reporter=junit --outputFile=report.xml
- store_test_results:
path: packages/web/report.xml
when: always

web-build-production:
working_directory: ~/audius-protocol
Expand Down

0 comments on commit 85c6efd

Please sign in to comment.