Skip to content

Commit 080363c

Browse files
committed
ci: fixed tests
1 parent 9555fe6 commit 080363c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
- name: Download all modules
2828
run: npm ci
2929

30+
- name: Create .env file
31+
run: |
32+
echo FXSERVER_PATH=$(pwd)/fxserver > .env
33+
echo VITE_URL='http://localhost:40122' >> .env
34+
3035
- name: Run Tests
3136
env:
3237
CI: true

0 commit comments

Comments
 (0)