Skip to content

Commit

Permalink
updated docker section in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaisalkhatri committed Sep 10, 2024
1 parent 8f4ae57 commit 7a8b3f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ jobs:
permissions:
checks: write

services:
restful-ecommerce:
image: mfaisalkhatri/restful-ecommerce
ports:
- 3004:3004

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install the dependencies
run: npm ci

- name: Build the app using docker
run: docker compose -f docker-compose-ecommerce.yml up -d

- name: Run Unit tests
run: npm test

Expand Down

0 comments on commit 7a8b3f9

Please sign in to comment.