Skip to content

Commit 8ddc834

Browse files
committed
chore: fix paths for urls-smoke-test
1 parent f185bf2 commit 8ddc834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/urls-smoke-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
uses: ./.github/actions/setup-job
8787

8888
- name: Install Playwright Browsers
89-
run: yarn playwright install --with-deps
89+
run: cd first-gen && yarn playwright install --with-deps
9090

9191
- name: Run Playwright tests
92-
run: yarn playwright test projects/documentation/e2e/published.spec.ts
92+
run: cd first-gen && yarn playwright test projects/documentation/e2e/published.spec.ts
9393
env:
9494
DOC_PREVIEW_URL: ${{ needs.wait-for-deployment.outputs.doc_url }}
9595
SWC_DIR: ${{ needs.wait-for-deployment.outputs.swc_dir }}

0 commit comments

Comments
 (0)