Skip to content

Commit c878d27

Browse files
committed
fix(ci): add build step to E2E workflow
E2E workflow now builds configurator.html from src/ before Playwright generates deploy.sh. Ensures E2E always tests the current source, not a potentially stale committed build.
1 parent 0ef0442 commit c878d27

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,10 @@ jobs:
990990
working-directory: .
991991
run: npm install playwright && npx playwright install chromium --with-deps
992992

993+
- name: Build configurator.html from src/
994+
working-directory: .
995+
run: npm install && node scripts/build.js
996+
993997
- name: Generate deploy.sh from configurator.html
994998
working-directory: .
995999
run: |

0 commit comments

Comments
 (0)