We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08317a commit 56cbf37Copy full SHA for 56cbf37
tests/waku.ts
@@ -8,6 +8,6 @@ export async function test(options: RunOptions) {
8
branch: 'main',
9
build: 'compile',
10
beforeTest: 'pnpm playwright install',
11
- test: ['pnpm run --filter waku test', 'e2e'],
+ test: 'test-vite-ecosystem-ci',
12
})
13
}
0 commit comments