Skip to content

Commit

Permalink
Issue #1051: SB-RC: Added Docker compose v1 installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Aug 13, 2024
1 parent 18ee4b0 commit d82f931
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
sudo rm -rf /usr/local/.ghcup/ghc/9.6.4
- name: Check space before tests
run: df -h
- name: Install Docker Compose
run: |
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
docker-compose --version
# debug step
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
Expand Down

0 comments on commit d82f931

Please sign in to comment.