Skip to content

Commit

Permalink
Use path of phpunit-bridge for symfony 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Zombaya committed Dec 9, 2023
1 parent 47526a7 commit e93cce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
working-directory: "demo/symfony4.4"

- name: Demo symfony4.4 - Unit Tests
run: demo/symfony4.4/vendor/bin/simple-phpunit -c demo/symfony4.4/phpunit.xml.dist
run: demo/symfony4.4/bin/phpunit -c demo/symfony4.4/phpunit.xml.dist

- name: Demo symfony6.x - Install dependencies
uses: "ramsey/composer-install@v2"
Expand Down

0 comments on commit e93cce7

Please sign in to comment.