Skip to content

Commit a09e71e

Browse files
authored
Fix test in core (#944)
1 parent 252bf69 commit a09e71e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v2
2727

28+
- name: Initialize tests
29+
run: make initialize
30+
2831
- name: Download dependencies
2932
run: |
3033
composer config minimum-stability dev
3134
composer req symfony/phpunit-bridge --no-update
3235
composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable
3336
34-
- name: Initialize tests
35-
run: make initialize
36-
3737
- name: Run tests
3838
run: ./vendor/bin/simple-phpunit

0 commit comments

Comments
 (0)