Skip to content

Commit

Permalink
ci: directory error
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeversiane committed Aug 23, 2024
1 parent b81f8f1 commit 588caa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:

- name: Get Docker Compose status
if: failure()
run: docker-compose -f docker-compose.ci.yml ps
run: docker-compose ps

- name: Get Docker Compose logs
if: failure()
run: docker-compose -f docker-compose.ci.yml logs
run: docker-compose logs

- name: Tear Down
if: always()
run: docker-compose -f docker-compose.ci.yml down
run: docker-compose down

0 comments on commit 588caa6

Please sign in to comment.