Skip to content

Commit 56cbf37

Browse files
authored
fix(waku): vite-ecosystem-ci script (#336)
1 parent e08317a commit 56cbf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/waku.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ export async function test(options: RunOptions) {
88
branch: 'main',
99
build: 'compile',
1010
beforeTest: 'pnpm playwright install',
11-
test: ['pnpm run --filter waku test', 'e2e'],
11+
test: 'test-vite-ecosystem-ci',
1212
})
1313
}

0 commit comments

Comments
 (0)