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 c926b99 commit 96a842bCopy full SHA for 96a842b
.github/workflows/functional.yml
@@ -1,4 +1,4 @@
1
-name: pre-commit
+name: docker-compose-phpunit-functional
2
3
on:
4
pull_request:
@@ -14,6 +14,9 @@ jobs:
14
uses: hoverkraft-tech/[email protected]
15
with:
16
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
20
- name: Execute tests in the running services
21
run: |
22
docker compose exec -w '/var/www/unity-web-portal' web ./vendor/bin/phpunit --testsuite=functional
0 commit comments