Skip to content

Commit

Permalink
[debug] Only run tests that fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Nov 4, 2024
1 parent 7c435d2 commit 68d6bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
WEB_FIXTURES_BROWSER: ${{ matrix.browser }}
DRIVER_MACHINE_BASE_PATH: /fixtures/
run: |
vendor/bin/phpunit -v --coverage-clover=coverage.xml --colors=always --testdox
vendor/bin/phpunit -v --coverage-clover=coverage.xml --colors=always --testdox --filter WindowTest --filter TimeoutTest
- name: Upload coverage
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 68d6bbd

Please sign in to comment.