Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Alvarenga committed Aug 3, 2024
1 parent 0bd4283 commit f4966b6
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 f4966b6

Please sign in to comment.