Skip to content

Commit f1c28c6

Browse files
committed
specify service web
1 parent 7755558 commit f1c28c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
compose-file: "./tools/docker-dev/docker-compose.yml"
2424
- 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
25+
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

Comments
 (0)