Skip to content

Commit

Permalink
ci: hopefully fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Feb 19, 2025
1 parent 19bdc8e commit 32058b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
# Not truly necessary for build, but for now the vite config requires it
- name: Create .env file
run: |
echo FXSERVER_PATH=$(pwd)/fxserver > .env
echo VITE_URL='http://localhost:40122' >> .env
echo TXDEV_FXSERVER_PATH=$(pwd)/fxserver > .env
echo TXDEV_VITE_URL='http://localhost:40122' >> .env
- name: Build project
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Create .env file
run: |
echo FXSERVER_PATH=$(pwd)/fxserver > .env
echo VITE_URL='http://localhost:40122' >> .env
echo TXDEV_FXSERVER_PATH=$(pwd)/fxserver > .env
echo TXDEV_VITE_URL='http://localhost:40122' >> .env
- name: Run Tests
env:
Expand Down

0 comments on commit 32058b0

Please sign in to comment.