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 5952ede commit ede5776Copy full SHA for ede5776
.github/workflows/functional.yml
@@ -15,10 +15,11 @@ jobs:
15
with:
16
php-version: "8.3"
17
tools: composer
18
+ - name: install composer dependencies
19
+ run: composer update
20
- name: Run docker compose
21
uses: hoverkraft-tech/[email protected]
22
23
compose-file: "./tools/docker-dev/docker-compose.yml"
24
- name: Execute tests in the running services
- run: |
- docker compose exec -w '/var/www/unity-web-portal' web ./vendor/bin/phpunit --testsuite=functional
25
+ run: docker compose exec -w '/var/www/unity-web-portal' web ./vendor/bin/phpunit --testsuite=functional
0 commit comments