Skip to content

Commit

Permalink
Try to fix docker-compose error
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin committed Jan 8, 2025
1 parent 7f05e73 commit 01dce69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: |
pip install .
pip install -r requirements_dev.txt
curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
- name: Deploy app
run: docker-compose up -d --build
- name: Wait for app startup
Expand Down

0 comments on commit 01dce69

Please sign in to comment.