Skip to content

Commit 03a57a7

Browse files
author
Jonas De Keukelaere
committed
Fix phpstan ci
1 parent 29ac4e0 commit 03a57a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585

8686
- name: Prepare test env
8787
run: |
88-
mysql -h 127.0.0.1 -uroot -pkingtriton -e 'create database forkcms_test'
89-
mysql -h 127.0.0.1 -uroot -pkingtriton forkcms_test < tests/data/test_db.sql
88+
mysql -h 127.0.0.1 -uroot -pkingtriton forkcms < tests/data/test_db.sql
9089
cp app/config/parameters.yml.test app/config/parameters.yml
9190
9291
- name: Install dependencies
93-
run: composer install -o --no-scripts
92+
run: composer install -o
9493
env:
9594
FORK_ENV: dev
95+
FORK_DEBUG: 1
9696

9797
- name: Run PHPStan
9898
run: bin/phpstan analyze --error-format github src

0 commit comments

Comments
 (0)