Skip to content

Commit 7fabfa0

Browse files
committed
CI: Run Playwright tests against Svelte app
This should allow us to run the Percy visual regression checks against the Svelte app, as a final check whether we have missed anything significant in our porting process.
1 parent a510d33 commit 7fabfa0

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
@@ -323,7 +323,7 @@ jobs:
323323
- run: pnpm playwright install chromium
324324

325325
- if: github.repository == 'rust-lang/crates.io'
326-
run: pnpm percy exec -- pnpm e2e
326+
run: pnpm percy exec -- pnpm e2e:svelte
327327

328328
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
329329
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)