Skip to content

Commit

Permalink
CI: Install docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Sep 12, 2024
1 parent 9dfb473 commit 09e6262
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install compose
run: |
curl -SL https://github.com/docker/compose/releases/download/v2.29.2/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
docker compose version
- name: Run tests
run: make test-dockerized
- name: Upload coverage
Expand Down

0 comments on commit 09e6262

Please sign in to comment.