Skip to content

Commit

Permalink
Merge pull request #46 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 f2cff13 + f4966b6 commit 283f118
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: docker-compose up -d
run: dockercompose up -d

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

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

0 comments on commit 283f118

Please sign in to comment.