Skip to content

Commit 96fc20b

Browse files
ci: remove env validation in build step (test workflow)
1 parent c92423f commit 96fc20b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
run: pnpm exec biome ci .
2828
- name: Build
2929
run: pnpm run build
30+
env:
31+
SKIP_ENV_VALIDATION: 1

0 commit comments

Comments
 (0)