Skip to content

Commit

Permalink
Adding install step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Prataviera Filho committed Nov 4, 2024
1 parent b6c73b9 commit 80a5825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
- run: cd ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo $'PROD=\nPORT=3000\nSESSION_SECRET="some secret words"\nMONGO_HOST=void-wfsmn.mongodb.net\nMONGO_USER=alvro\nMONGO_PASS=thisissecret\nMONGO_DB=test\nMONGO_PROTOCOL="mongodb+srv"\nMONGO_OPTIONS="?retryWrites=true&w=majority"\nJWT_KEY="some other secret words"\n' > .env
- run: npm install
- run: npm test

0 comments on commit 80a5825

Please sign in to comment.