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 9e34d1f commit 7755558Copy full SHA for 7755558
.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 ./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' ./vendor/bin/phpunit --testsuite=functional
0 commit comments