Skip to content

Commit

Permalink
TECH-3629 - In Ubuntu 24.04 they don't have docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrUA committed Sep 25, 2024
1 parent 840737a commit 9054825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./
run: |
docker-compose up -d
docker compose up -d
sleep 10
docker ps | grep chainlog-ui
docker ps | grep chainlog-logger || (docker logs chainlog-logger && exit 1)
Expand Down

0 comments on commit 9054825

Please sign in to comment.