Skip to content

Commit 726ff45

Browse files
committed
generate env in ci
1 parent 5836659 commit 726ff45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
with:
1616
cache: 'pnpm'
1717
node-version-file: '.nvmrc'
18-
- name: Install dependencies
18+
- name: Generate Environment
19+
run: ./scripts/generate-env.sh
20+
- name: Install Dependencies
1921
run: pnpm install --frozen-lockfile
2022
- name: Lint
2123
run: pnpm lint

0 commit comments

Comments
 (0)