Skip to content

Commit 9384db5

Browse files
authored
perf(waku): only install chromium (#357)
1 parent 688c855 commit 9384db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/waku.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export async function test(options: RunOptions) {
77
repo: 'dai-shi/waku',
88
branch: 'main',
99
build: 'compile',
10-
beforeTest: 'pnpm playwright install',
10+
beforeTest: 'pnpm playwright install chromium',
1111
test: 'test-vite-ecosystem-ci',
1212
})
1313
}

0 commit comments

Comments
 (0)