Skip to content

Commit

Permalink
fix(waku): vite-ecosystem-ci script (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad authored Nov 18, 2024
1 parent e08317a commit 56cbf37
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 @@ -8,6 +8,6 @@ export async function test(options: RunOptions) {
branch: 'main',
build: 'compile',
beforeTest: 'pnpm playwright install',
test: ['pnpm run --filter waku test', 'e2e'],
test: 'test-vite-ecosystem-ci',
})
}

0 comments on commit 56cbf37

Please sign in to comment.