Skip to content

Commit

Permalink
fix: use proper junit2html module name
Browse files Browse the repository at this point in the history
  • Loading branch information
shah committed May 16, 2024
1 parent 0d4b15a commit 101df6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: '3.12'

- name: Install httpyac
run: pip install junit2htmlreport
run: pip install junit2html

- name: Run regression tests and generate results files
run: pnpm gen-regression-test-results
Expand Down

0 comments on commit 101df6b

Please sign in to comment.