Skip to content

Commit

Permalink
added docker-compose v1
Browse files Browse the repository at this point in the history
  • Loading branch information
holashchand committed Aug 13, 2024
1 parent 594b188 commit 0633138
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 @@ -32,6 +32,11 @@ jobs:
- name: Check space before tests
run: df -h
# debug step
- name: Install Docker Compose 1.29.2-1
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
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
Expand Down

0 comments on commit 0633138

Please sign in to comment.