Skip to content

Commit

Permalink
ci: fix docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhermeasper committed Aug 27, 2024
1 parent 9d06653 commit fe150da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:

steps:
- name: Stop Marquinhos
run: docker-compose down
run: docker compose down

- name: Build and run Marquinhos
run: docker-compose up -d --build
run: docker compose up -d --build

- name: Check status
run: |
Expand Down

0 comments on commit fe150da

Please sign in to comment.