We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7755558 commit f1c28c6Copy full SHA for f1c28c6
.github/workflows/functional.yml
@@ -22,4 +22,4 @@ jobs:
22
with:
23
compose-file: "./tools/docker-dev/docker-compose.yml"
24
- name: Execute tests in the running services
25
- run: docker compose -f ./tools/docker-dev/docker-compose.yml exec -w '/var/www/unity-web-portal' ./vendor/bin/phpunit --testsuite=functional
+ run: docker compose -f ./tools/docker-dev/docker-compose.yml exec -w '/var/www/unity-web-portal' web ./vendor/bin/phpunit --testsuite=functional
0 commit comments