Skip to content

Commit 9e2bdaf

Browse files
committed
Tweak
1 parent 18cd48e commit 9e2bdaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Lint & Type-check
3636
run: pnpm exec turbo run lint type-check --filter=e2e
3737
- name: Run E2E tests
38-
run: pnpm --filter e2e exec playwright test
38+
run: pnpm exec playwright test --filter e2e
3939
env:
4040
VITE_TAILOR_APP_URL: ${{ secrets.E2E_TAILOR_APP_URL }}
4141
VITE_TAILOR_CLIENT_ID: ${{ secrets.E2E_TAILOR_CLIENT_ID }}

0 commit comments

Comments
 (0)