We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed395a2 commit 54be25cCopy full SHA for 54be25c
1 file changed
.github/workflows/ci.yml
@@ -177,9 +177,6 @@ jobs:
177
- name: Install project dependencies
178
run: composer install --prefer-dist --no-progress --no-interaction --no-scripts
179
180
- - name: Warmup cache
181
- run: bin/console cache:clear --env=test
182
-
183
- name: Install MariaDB
184
uses: getong/mariadb-action@v1.11
185
with:
@@ -190,6 +187,9 @@ jobs:
190
187
- name: Create test database
191
188
run: bin/console test:database:create --env=test
192
189
+ - name: Warmup cache
+ run: bin/console cache:clear --env=test
+
193
- name: Run phpstan
194
continue-on-error: true
195
run: vendor/bin/phpstan
0 commit comments