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 010f2a4 commit 5dbdd0cCopy full SHA for 5dbdd0c
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
coverage-unit.xml
54
coverage-feature.xml
55
56
- e2e:
+ testscript:
57
needs: pest
58
runs-on: ubuntu-latest
59
strategy:
@@ -74,9 +74,9 @@ jobs:
74
dependency-versions: ${{ matrix.dependency-versions }}
75
composer-options: --no-audit --optimize-autoloader
76
77
- # TODO: `--fail-on-incomplete` doesn't fail
78
- # See: https://github.com/pestphp/pest/issues/1328
79
- - run: composer pest:e2e -- --ci --bail --stop-on-incomplete --fail-on-incomplete
+ # TODO: Install github.com/rogpeppe/go-internal/cmd/testscript
+
+ - run: composer testscript
80
81
codecov:
82
0 commit comments