Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 249480c

Browse files
authoredDec 18, 2024··
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.