Skip to content

Commit 28f2c74

Browse files
committed
Add step to copy .env file in CI workflow
1 parent 0e1f403 commit 28f2c74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
yarn build --sizes --skip test
3737
id: build
3838

39+
- name: Copy .env
40+
run: |
41+
cp .env.example .env
42+
id: copy-env
43+
3944
- name: Run Forge tests
4045
run: |
4146
yarn fast-test -vvv

0 commit comments

Comments
 (0)