Skip to content

Commit 349d1c6

Browse files
committed
ci: fix syntax error
1 parent 0c42936 commit 349d1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
run: vendor/bin/phpstan --memory-limit=512M analyze
3636

3737
- name: Unit testing
38-
run: vendor/bin/phpunit --migrate-configuration
39-
run: vendor/bin/phpunit
38+
- run: vendor/bin/phpunit --migrate-configuration
39+
- run: vendor/bin/phpunit

0 commit comments

Comments
 (0)