Skip to content

Commit

Permalink
GH Actions: minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 24, 2023
1 parent e25a076 commit 7e7cff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Run the unit tests
if: ${{ matrix.coverage == false }}
run: vendor/bin/phpunit
run: composer test

- name: Run the unit tests with code coverage
if: ${{ matrix.coverage == true }}
Expand Down

0 comments on commit 7e7cff7

Please sign in to comment.