Skip to content

Commit

Permalink
fix: workflow testy
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharbansal22 committed Apr 1, 2024
1 parent b8f927c commit 1288414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
echo ${{secrets.PORT}} | sed 's/./& /g'
echo ${{secrets.MONGODB_URI}} | sed 's/./& /g'
echo ${{secrets.NODE_ENV}} | sed 's/./& /g'
echo ${{secrets.JWT_SECRET}} | sed 's/./& /g'
echo "PORT=$PORT" >> .env.development
echo "MONGODB_URI=$MONGODB_URI" >> .env.development
echo "NODE_ENV=development" >> .env.development
Expand Down

0 comments on commit 1288414

Please sign in to comment.