Skip to content

Commit bb3e0ef

Browse files
committed
explict -- to separate subcommand flags
1 parent 24669ed commit bb3e0ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Install dependencies
3333
run: pnpm install
3434
- name: Install Playwright Browsers
35-
run: "pnpm playwright install --with-deps ${{ matrix.browser }}"
35+
run: pnpm playwright install --with-deps ${{ matrix.browser }}
3636
- name: Run Playwright tests
37-
run: "pnpm test --project=${{ matrix.browser }}"
37+
run: pnpm test -- --project=${{ matrix.browser }}

0 commit comments

Comments
 (0)