Skip to content

Commit

Permalink
Workflows: Disable coverage.
Browse files Browse the repository at this point in the history
This is causing timeouts in CI.
  • Loading branch information
costdev committed Nov 7, 2024
1 parent e5df9c1 commit 11820e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
run: bash bin/install-wp-tests.sh wordpress_tests root root 127.0.0.1 latest true

- name: Run tests
run: phpunit
run: XDEBUG_MODE=off phpunit${{ matrix.multisite && ' -c tests/multisite.xml' || '' }}

0 comments on commit 11820e0

Please sign in to comment.