Skip to content

Commit

Permalink
Add run keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 6, 2023
1 parent 17ea58b commit 6fe9e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Run E2E tests (headless)
run: |
xvfb-run pnpm test:e2e:headless
xvfb-run pnpm run test:e2e:headless
- name: Archive Playwright traces
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -111,4 +111,4 @@ jobs:

- name: Run E2E tests (headful)
run: |
xvfb-run pnpm test:e2e
xvfb-run pnpm run test:e2e

0 comments on commit 6fe9e3a

Please sign in to comment.