Skip to content

Commit

Permalink
FIX: again
Browse files Browse the repository at this point in the history
  • Loading branch information
drosanda committed Nov 8, 2024
1 parent fb91be6 commit 5ddf7b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ jobs:
exit 1
fi
- name: List vendor directory
run: ls -la vendor/bin/

- name: Run PHPUnit tests
run: vendor/bin/phpunit --configuration phpunit.xml --testsuite Dev
run: php vendor/bin/phpunit --configuration phpunit.xml --testsuite Dev --debug

0 comments on commit 5ddf7b0

Please sign in to comment.