Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Feb 22, 2025
1 parent 44bbbe4 commit 0d6e823
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
dependency-versions: ${{ matrix.dependency-versions }}
composer-options: --no-audit # --optimize-autoloader


- run: ls -la src/WpOrg/UrlParser # TODO

# TODO: `--fail-on-incomplete` doesn't fail
# See: https://github.com/pestphp/pest/issues/1328
- run: composer pest:unit -- --coverage-clover coverage-unit.xml --ci --bail --stop-on-incomplete --fail-on-incomplete
Expand Down

0 comments on commit 0d6e823

Please sign in to comment.