Skip to content

Commit

Permalink
build(fix): try copy env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 10, 2024
1 parent 107184c commit 7dfcd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: "20.x"

- name: Install dependencies
run: npm install && node mockWaas.js && cp .env.examples .env.local
run: npm install && node mockWaas.js && cp ./.env.examples ./.env.local

- name: Restore next build
uses: actions/cache@v3
Expand Down

0 comments on commit 7dfcd45

Please sign in to comment.