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 2843847 commit c111933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Step 5: Run tests for seller module (Stop unnecessary services: postgres, strapi)
- name: Run tests for seller module
run: |
docker compose stop oasp-seller-app-seller-1
docker compose stop seller
cd seller
npm install
npm test
Expand All @@ -53,7 +53,7 @@ jobs:
# Step 6: Run tests for seller-app-api module (Stop unnecessary service: seller)
- name: Run tests for seller-app-api module
run: |
docker compose start oasp-seller-app-seller-1
docker compose start seller
cd seller-app-api
npm install
npm test
Expand Down

0 comments on commit c111933

Please sign in to comment.