We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bdc8e commit 32058b0Copy full SHA for 32058b0
2 files changed
.github/workflows/publish-tagged.yml
@@ -31,8 +31,8 @@ jobs:
31
# Not truly necessary for build, but for now the vite config requires it
32
- name: Create .env file
33
run: |
34
- echo FXSERVER_PATH=$(pwd)/fxserver > .env
35
- echo VITE_URL='http://localhost:40122' >> .env
+ echo TXDEV_FXSERVER_PATH=$(pwd)/fxserver > .env
+ echo TXDEV_VITE_URL='http://localhost:40122' >> .env
36
37
- name: Build project
38
.github/workflows/run-tests.yml
@@ -29,8 +29,8 @@ jobs:
29
30
- name: Run Tests
env:
0 commit comments