mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:24:29 -04:00
Fixes for parallel testing in github actions
This commit is contained in:
parent
d837f956d7
commit
dd2cbcd0a8
2
.github/workflows/parallel.yml
vendored
2
.github/workflows/parallel.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user