Skip to content

Commit 8f48b22

Browse files
committed
ci: fix syntax error
1 parent 349d1c6 commit 8f48b22

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
- name: Static analysis
3535
run: vendor/bin/phpstan --memory-limit=512M analyze
3636

37+
- name: Migrate phpunit schema
38+
run: vendor/bin/phpunit --migrate-configuration
39+
3740
- name: Unit testing
38-
- run: vendor/bin/phpunit --migrate-configuration
39-
- run: vendor/bin/phpunit
41+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)