Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
lyncasterc committed Mar 21, 2024
1 parent 472dafd commit a91648b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo DEV_MONGODB_URI=${{ secrets.DEV_MONGODB_URI }} >> .env
echo CLOUDINARY_NAME=${{ secrets.CLOUDINARY_NAME }} >> .env
echo CLOUDINARY_API_KEY=${{ secrets.CLOUDINARY_API_KEY }} >> .env
echo CLOUDINARY_API_SECRET=${{ secrets.CLOUDINARY_API_SECRET }} >> .env'
echo CLOUDINARY_API_SECRET=${{ secrets.CLOUDINARY_API_SECRET }} >> .env
echo JWT_SECRET=${{ secrets.JWT_SECRET }} >> .env
npm install
- name: cypress tests
Expand Down

0 comments on commit a91648b

Please sign in to comment.