Skip to content

Commit

Permalink
Fix tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeygeno committed Aug 7, 2023
1 parent b240b5b commit 103758b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
max_attempts: 5
timeout_minutes: 5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Execute tests
run: vendor/bin/phpunit --coverage-clover build/logs/clover.xml
Expand Down

0 comments on commit 103758b

Please sign in to comment.