Skip to content

Commit

Permalink
[INTERNAL] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Dec 31, 2024
1 parent 298e64e commit fd2aa6e
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 @@ -37,7 +37,7 @@ jobs:

- name: Run PHPunit
run: |
docker exec -t temp-ps modules/mollie/vendor/bin/phpunit -c modules/mollie/tests/phpunit.xml
docker run --rm --volumes-from temp-ps -v $PWD:/var/www/html/modules/mollie -w /var/www/html/modules/mollie php:7.4-cli vendor/bin/phpunit -c tests/phpunit.xml
shell: bash

phpstan:
Expand Down

0 comments on commit fd2aa6e

Please sign in to comment.