Skip to content

Commit

Permalink
fix(test): prevent error by upgrading suites
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Dec 3, 2024
1 parent aa9517f commit 6ce52e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/--test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
--env CI=${CI} \
--env API_KEY_NL=${{ secrets.API_KEY_NL }} \
--env API_KEY_BE=${{ secrets.API_KEY_BE }} \
--env XDEBUG_MODE=coverage \
${{ steps.docker.outputs.image }} \
vendor/bin/phpunit --coverage-clover coverage.xml
Expand Down

0 comments on commit 6ce52e9

Please sign in to comment.