Skip to content

Commit 2f7fb3d

Browse files
author
Shaw
committed
fix(ci): use bunx vitest for node:sqlite tests step (hoisted vitest)
1 parent aa2f111 commit 2f7fb3d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ jobs:
9999
# minimal config that doesn't have the exclude.
100100
working-directory: packages/app-core
101101
run: |
102-
node node_modules/vitest/vitest.mjs run \
103-
--config vitest.node-sqlite.config.ts
102+
bunx vitest run --config vitest.node-sqlite.config.ts
104103
105104
client-tests:
106105
name: Client Tests

0 commit comments

Comments
 (0)