Skip to content

Commit

Permalink
fixed CI workflow to accept additional option on phpunit run
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jan 9, 2024
1 parent 6b12352 commit fd4a5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Run tests
if: github.ref_type == 'branch'
shell: bash
run: composer run test --exclude-group tags
run: vendor/bin/phpunit --exclude-group tags

- name: Run release tests
if: github.ref_type == 'tag'
Expand Down

0 comments on commit fd4a5fc

Please sign in to comment.