We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ac4e0 commit 03a57a7Copy full SHA for 03a57a7
.github/workflows/run-tests.yml
@@ -85,14 +85,14 @@ jobs:
85
86
- name: Prepare test env
87
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
+ mysql -h 127.0.0.1 -uroot -pkingtriton forkcms < tests/data/test_db.sql
90
cp app/config/parameters.yml.test app/config/parameters.yml
91
92
- name: Install dependencies
93
- run: composer install -o --no-scripts
+ run: composer install -o
94
env:
95
FORK_ENV: dev
+ FORK_DEBUG: 1
96
97
- name: Run PHPStan
98
run: bin/phpstan analyze --error-format github src
0 commit comments