Skip to content

Commit 249480c

Browse files
authored
Test Workflow: Fix test command (#11)
1 parent fd483a2 commit 249480c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
# TODO: `--fail-on-incomplete` doesn't fail
7878
# See: https://github.com/pestphp/pest/issues/1328
79-
- run: composer pest:e2e --ci --bail --stop-on-incomplete --fail-on-incomplete
79+
- run: composer pest:e2e -- --ci --bail --stop-on-incomplete --fail-on-incomplete
8080

8181
codecov:
8282
needs: pest

0 commit comments

Comments
 (0)