Fixes for parallel testing in github actions

This commit is contained in:
David Bomba 2023-01-18 17:55:55 +11:00
parent d837f956d7
commit dd2cbcd0a8

View File

@ -106,7 +106,7 @@ jobs:
run: | run: |
cat .env cat .env
vendor/bin/snappdf download vendor/bin/snappdf download
run: ./tests/ci run: tests/ci
env: env:
DB_PORT: ${{ job.services.mysql.ports[3306] }} DB_PORT: ${{ job.services.mysql.ports[3306] }}
PHP_CS_FIXER_IGNORE_ENV: true PHP_CS_FIXER_IGNORE_ENV: true