Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfilter committed Dec 19, 2024
1 parent 0d815d4 commit 9e612d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
echo "token=${{ secrets.SENTRY_TOKEN }}" >> .sentryclirc &&
echo "GEO_USER=${{ secrets.GEO_USER }}" >> .env.local &&
echo "GEO_PW=${{ secrets.GEO_PW }}" >> .env.local &&
echo "GEO_HOST=${{ secrets.GEO_HOST }}" >> .env.local
echo "GEO_HOST=${{ secrets.GEO_HOST }}" >> .env.local &&
echo "NEXT_PUBLIC_BASE_URL='http://localhost:3000'" >> .env.local
- uses: actions/setup-node@v2
with:
node-version: "18"
Expand Down

0 comments on commit 9e612d0

Please sign in to comment.