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 f185bf2 commit 8ddc834Copy full SHA for 8ddc834
.github/workflows/urls-smoke-test.yml
@@ -86,10 +86,10 @@ jobs:
86
uses: ./.github/actions/setup-job
87
88
- name: Install Playwright Browsers
89
- run: yarn playwright install --with-deps
+ run: cd first-gen && yarn playwright install --with-deps
90
91
- name: Run Playwright tests
92
- run: yarn playwright test projects/documentation/e2e/published.spec.ts
+ run: cd first-gen && yarn playwright test projects/documentation/e2e/published.spec.ts
93
env:
94
DOC_PREVIEW_URL: ${{ needs.wait-for-deployment.outputs.doc_url }}
95
SWC_DIR: ${{ needs.wait-for-deployment.outputs.swc_dir }}
0 commit comments