Skip to content

Commit 5dbdd0c

Browse files
committed
wip
1 parent 010f2a4 commit 5dbdd0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
coverage-unit.xml
5454
coverage-feature.xml
5555
56-
e2e:
56+
testscript:
5757
needs: pest
5858
runs-on: ubuntu-latest
5959
strategy:
@@ -74,9 +74,9 @@ jobs:
7474
dependency-versions: ${{ matrix.dependency-versions }}
7575
composer-options: --no-audit --optimize-autoloader
7676

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
77+
# TODO: Install github.com/rogpeppe/go-internal/cmd/testscript
78+
79+
- run: composer testscript
8080

8181
codecov:
8282
needs: pest

0 commit comments

Comments
 (0)