Skip to content

Commit 54be25c

Browse files
author
thisismeonmounteverest
committed
Create test database so that warming up the cache works.
1 parent ed395a2 commit 54be25c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ jobs:
177177
- name: Install project dependencies
178178
run: composer install --prefer-dist --no-progress --no-interaction --no-scripts
179179

180-
- name: Warmup cache
181-
run: bin/console cache:clear --env=test
182-
183180
- name: Install MariaDB
184181
uses: getong/mariadb-action@v1.11
185182
with:
@@ -190,6 +187,9 @@ jobs:
190187
- name: Create test database
191188
run: bin/console test:database:create --env=test
192189

190+
- name: Warmup cache
191+
run: bin/console cache:clear --env=test
192+
193193
- name: Run phpstan
194194
continue-on-error: true
195195
run: vendor/bin/phpstan

0 commit comments

Comments
 (0)