Fixes for parallel testing in github actions
This commit is contained in:
parent
d837f956d7
commit
dd2cbcd0a8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/parallel.yml
vendored
2
.github/workflows/parallel.yml
vendored
|
|
@ -106,7 +106,7 @@ jobs:
|
|||
run: |
|
||||
cat .env
|
||||
vendor/bin/snappdf download
|
||||
run: ./tests/ci
|
||||
run: tests/ci
|
||||
env:
|
||||
DB_PORT: ${{ job.services.mysql.ports[3306] }}
|
||||
PHP_CS_FIXER_IGNORE_ENV: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue