diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index 532ff9ab..f7b36e20 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -41,6 +41,10 @@ jobs: # version: 7 # run_install: true + - name: Default env file + run: cp .env.example .env + echo SKIP_INIT_CHECK=true >> .env + - name: Restore next build uses: actions/cache@v3 id: restore-build-cache