Skip to content

Commit

Permalink
CI Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
benpoulson committed Jan 10, 2024
1 parent 06a5628 commit 1abee86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
coverage: xdebug

- name: Install dependencies
run: composer install --prefer-dist --no-progress
run: composer install --dev --prefer-dist --no-progress

- name: Setup workbench
run: vendor/bin/testbench workbench:install

- name: Run PHPUnit tests
run: vendor/bin/phpunit --coverage-clover=coverage.xml
Expand Down

0 comments on commit 1abee86

Please sign in to comment.