Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanow committed Jun 10, 2024
1 parent 738a733 commit 0b3c36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
docker compose up -d --wait
- name: Print logs
if: failure() && steps.run-containers.outcome != "success"
if: ${{ failure() && steps.run-containers.outcome != "success" }}
run: |
docker compose logs
Expand All @@ -66,7 +66,7 @@ jobs:
reporters: "[ "cli" ]"

- name: Stop containers
if: always()
if: ${{ always() }}
continue-on-error: true
run: docker compose down -v

Expand Down

0 comments on commit 0b3c36f

Please sign in to comment.