Skip to content

Commit

Permalink
ci: corrigir execução de testes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBellas committed Jan 21, 2024
1 parent de2f5a3 commit d6f0878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-commit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: composer dump-autoload -o

- name: Execute tests
run: vendor/phpunit/phpunit/phpunit -c php/phpunit.xml
run: vendor/phpunit/phpunit/phpunit -c phpunit.xml

0 comments on commit d6f0878

Please sign in to comment.