Skip to content

Commit 21c63bf

Browse files
committed
fix: skip env validation for vitest tests
1 parent 07f6fe6 commit 21c63bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
run: pnpm install
8383

8484
- name: Run tests
85-
run: pnpm run test:ci
85+
run: SKIP_ENV_VALIDATION=true pnpm run test:ci

0 commit comments

Comments
 (0)