Skip to content

Commit

Permalink
NTR: try with composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jan 14, 2025
1 parent 52315e7 commit 4ae08b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ runs:
- name: Integration Tests
shell: bash
run: |
docker exec shop bash -c 'php vendor/bin/phpunit --testsuite integration --configuration=custom/plugins/MolliePayments/phpunit.xml'
docker exec shop bash -c 'composer install && php vendor/bin/phpunit --testsuite integration --configuration=custom/plugins/MolliePayments/phpunit.xml'
# --------------------------------------------------------------------------------------------------------------------------------------


Expand Down

0 comments on commit 4ae08b4

Please sign in to comment.