Skip to content

Commit

Permalink
Merge branch 'master' into update-internal-ci-script
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva authored Oct 27, 2023
2 parents 8a86361 + f4f3d0f commit 321f868
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 321f868

Please sign in to comment.