Skip to content

Commit 910a119

Browse files
authored
fix: Update playwright.yml (#553)
Fixes bad path in cron job run.
1 parent 6d0d499 commit 910a119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
run: npm run build-all
158158

159159
- name: Generate Index (Run Once After Full Builds)
160-
run: bash generate-index.sh
160+
run: bash samples/generate-index.sh
161161

162162
- name: Install Playwright browsers with OS dependencies
163163
run: npx playwright install --with-deps

0 commit comments

Comments
 (0)