Skip to content

Commit

Permalink
Don't need coverage support in Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed Aug 21, 2024
1 parent 841e2fe commit 603dc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
timeout_minutes: 10
max_attempts: 3
command: npm run env start -- --xdebug=coverage
command: npm run env start

- name: Composer install
run: npm run composer install
Expand Down

0 comments on commit 603dc5c

Please sign in to comment.