Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeerajK007 authored Oct 21, 2024
1 parent c111933 commit e541c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
docker compose stop seller
cd seller
npm install
npm test
timeout 180s npm test || echo "Seller tests timed out"
cd ..
# Step 6: Run tests for seller-app-api module (Stop unnecessary service: seller)
Expand Down

0 comments on commit e541c30

Please sign in to comment.