Skip to content

Commit

Permalink
Merge pull request #47 from Daniel-Alvarenga/main
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
Daniel-Alvarenga authored Aug 3, 2024
2 parents 283f118 + 86d2293 commit 43f868d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
uses: actions/checkout@v3

- name: Docker-compose configurations
run: dockercompose up -d
run: docker compose up -d

- name: Check if docker-compose is working
run: dockercompose ps
run: docker compose ps

- name: Stop and remove docker-compose containers
run: dockercompose down
run: docker compose down

0 comments on commit 43f868d

Please sign in to comment.