Skip to content

Commit 6b8ad12

Browse files
committed
ci: move build:dist before playwright tests
The inject test expects `__remobiVersion` in the output, which only appears when dist/overlay.iife.js exists (prebuilt path in bundleOverlay).
1 parent ad5ae3d commit 6b8ad12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
- run: sudo apt-get update && sudo apt-get install -y ttyd
1717
- run: pnpm exec playwright install --with-deps chromium webkit
1818
- run: pnpm test
19+
- run: pnpm run build:dist
1920
- run: pnpm run test:pw
2021
- name: Validate build pipeline (inject mode, no ttyd needed)
2122
run: echo '<html><head></head><body></body></html>' | npx tsx cli.ts inject > /dev/null
2223
- run: pnpm run check
2324
- run: pnpm run lint:ox
2425
- run: pnpm run lint:typos
2526
- run: pnpm run lint:knip
26-
- run: pnpm run build:dist
2727
- run: pnpm run lint:publint
2828
- run: pnpm exec tsc --noEmit
2929

0 commit comments

Comments
 (0)