Skip to content

Commit

Permalink
Modify test command
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrujanaReddy committed Aug 11, 2024
1 parent abb422b commit b372dae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Run Docker Compose file
run: docker compose up -d && sleep 10

- name: Install dependencies
run: npm install

- name: Run unit tests
run: npm test
run: |
docker compose up -d
docker compose exec app npm test
docker compose down
- name: Run integration tests
run: |
Expand Down

0 comments on commit b372dae

Please sign in to comment.