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 18cd48e commit 9e2bdafCopy full SHA for 9e2bdaf
1 file changed
.github/workflows/ci-e2e.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Lint & Type-check
36
run: pnpm exec turbo run lint type-check --filter=e2e
37
- name: Run E2E tests
38
- run: pnpm --filter e2e exec playwright test
+ run: pnpm exec playwright test --filter e2e
39
env:
40
VITE_TAILOR_APP_URL: ${{ secrets.E2E_TAILOR_APP_URL }}
41
VITE_TAILOR_CLIENT_ID: ${{ secrets.E2E_TAILOR_CLIENT_ID }}
0 commit comments