Skip to content

Commit

Permalink
refactor: .evn
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Sep 26, 2023
1 parent 1e3b945 commit 378a0bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 378a0bb

Please sign in to comment.