Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tsotimus committed Feb 12, 2024
1 parent ccdb2e2 commit ecdb54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: |
cd apps/example-react
touch .env
echo VITE_CHECK_FOR_DEV=false > .env
echo VITE_APP_TITLE=Example > .env
echo VITE_CHECK_FOR_DEV=false >> .env
echo VITE_APP_TITLE=Example >> .env
cat .env
cd ../..
Expand Down

0 comments on commit ecdb54c

Please sign in to comment.