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 96a842b commit 5952edeCopy full SHA for 5952ede
.github/workflows/functional.yml
@@ -10,13 +10,15 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
+ - name: setup PHP
14
+ uses: shivammathur/setup-php@v2
15
+ with:
16
+ php-version: "8.3"
17
+ tools: composer
18
- name: Run docker compose
19
uses: hoverkraft-tech/[email protected]
20
with:
21
compose-file: "./tools/docker-dev/docker-compose.yml"
- - name: Execute tests in the running services
- run: |
- docker compose exec -w '/var/www/unity-web-portal' web composer update
22
- name: Execute tests in the running services
23
run: |
24
docker compose exec -w '/var/www/unity-web-portal' web ./vendor/bin/phpunit --testsuite=functional
0 commit comments