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 24669ed commit bb3e0efCopy full SHA for bb3e0ef
.github/workflows/ci.yaml
@@ -32,6 +32,6 @@ jobs:
32
- name: Install dependencies
33
run: pnpm install
34
- name: Install Playwright Browsers
35
- run: "pnpm playwright install --with-deps ${{ matrix.browser }}"
+ run: pnpm playwright install --with-deps ${{ matrix.browser }}
36
- name: Run Playwright tests
37
- run: "pnpm test --project=${{ matrix.browser }}"
+ run: pnpm test -- --project=${{ matrix.browser }}
0 commit comments