Skip to content

Commit

Permalink
Run framework tests with Junit reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 27, 2023
1 parent 374ff4d commit f4f3d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/.github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set environment to testing
run: cd hyde && echo "ENV=testing" > .env
- name: Execute tests (Unit and Feature tests) via PHPUnit/Pest
run: cd hyde && vendor/bin/pest
run: cd hyde && vendor/bin/pest --log-junit report.xml
env:
ENV: testing

Expand Down

0 comments on commit f4f3d0f

Please sign in to comment.