We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bbbe4 commit 0d6e823Copy full SHA for 0d6e823
.github/workflows/test.yml
@@ -40,6 +40,9 @@ jobs:
40
dependency-versions: ${{ matrix.dependency-versions }}
41
composer-options: --no-audit # --optimize-autoloader
42
43
+
44
+ - run: ls -la src/WpOrg/UrlParser # TODO
45
46
# TODO: `--fail-on-incomplete` doesn't fail
47
# See: https://github.com/pestphp/pest/issues/1328
48
- run: composer pest:unit -- --coverage-clover coverage-unit.xml --ci --bail --stop-on-incomplete --fail-on-incomplete
0 commit comments