Skip to content

Commit

Permalink
ci: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
albinhallen committed Oct 7, 2024
1 parent 0c42936 commit 349d1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
run: vendor/bin/phpstan --memory-limit=512M analyze

- name: Unit testing
run: vendor/bin/phpunit --migrate-configuration
run: vendor/bin/phpunit
- run: vendor/bin/phpunit --migrate-configuration
- run: vendor/bin/phpunit

0 comments on commit 349d1c6

Please sign in to comment.