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 1d73fe5 commit bb6b95bCopy full SHA for bb6b95b
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 --filter e2e test: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