Skip to content

Commit

Permalink
Testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohadgb committed Mar 5, 2024
1 parent 54e00a8 commit 35a24eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ run: |
touch .env
echo NODE_ENV=${{ vars.MONGO_DB}} >> .env
echo NODE_ENV=${{ vars.PORT}} >> .env
echo NODE_ENV=${{ vars.JWT_SECRET}} >> .env
echo NODE_ENV=${{ vars.JWT_SECRET}} >> .env
echo NODE_ENV=${{ vars.SESSION_SECRET}} >> .env
npm install
npm run build --if-present
Expand Down

0 comments on commit 35a24eb

Please sign in to comment.