Skip to content

Commit

Permalink
perf(waku): only install chromium (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Jan 28, 2025
1 parent 688c855 commit 9384db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/waku.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export async function test(options: RunOptions) {
repo: 'dai-shi/waku',
branch: 'main',
build: 'compile',
beforeTest: 'pnpm playwright install',
beforeTest: 'pnpm playwright install chromium',
test: 'test-vite-ecosystem-ci',
})
}

0 comments on commit 9384db5

Please sign in to comment.