Skip to content

Commit 00b28e1

Browse files
committed
OPS: create .env from example before E2E build
1 parent 28ef654 commit 00b28e1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
- name: Build Rust JSI bridge for Android
8383
run: npm run rust:build
8484

85+
- name: Create .env for E2E
86+
run: cp .env.example .env
87+
8588
- name: Build
8689
run: npm run e2e:release-build
8790

0 commit comments

Comments
 (0)