File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1010 test :
1111 name : Test and Lint
1212 runs-on : ubuntu-latest
13-
13+ env :
14+ SKIP_ENV_VALIDATION : " true"
1415 steps :
1516 - name : Checkout code
1617 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ COPY . .
2222# Learn more here: https://nextjs.org/telemetry
2323# Uncomment the following line in case you want to disable telemetry during the build.
2424ENV NEXT_TELEMETRY_DISABLED=1
25+ ENV SKIP_ENV_VALIDATION=1
2526
2627RUN pnpm build
2728
Original file line number Diff line number Diff line change @@ -42,4 +42,5 @@ export const env = createEnv({
4242 * explicitly specify this option as true.
4343 */
4444 emptyStringAsUndefined : true ,
45+ skipValidation : ! ! process . env . SKIP_ENV_VALIDATION ,
4546} )
You can’t perform that action at this time.
0 commit comments