Skip to content

Commit 96a842b

Browse files
committed
add composer dependencies
1 parent c926b99 commit 96a842b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/functional.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pre-commit
1+
name: docker-compose-phpunit-functional
22

33
on:
44
pull_request:
@@ -14,6 +14,9 @@ jobs:
1414
uses: hoverkraft-tech/[email protected]
1515
with:
1616
compose-file: "./tools/docker-dev/docker-compose.yml"
17+
- name: Execute tests in the running services
18+
run: |
19+
docker compose exec -w '/var/www/unity-web-portal' web composer update
1720
- name: Execute tests in the running services
1821
run: |
1922
docker compose exec -w '/var/www/unity-web-portal' web ./vendor/bin/phpunit --testsuite=functional

0 commit comments

Comments
 (0)