Skip to content

Commit

Permalink
Downgrade Docker Compose to support spring boot
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed Oct 26, 2023
1 parent 95740db commit 1a0077e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/appmap-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- run: 'wget https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64'
- run: 'sudo mv docker-compose-linux-x86_64 /usr/libexec/docker/cli-plugins/docker-compose'
- run: 'sudo chmod +x /usr/libexec/docker/cli-plugins/docker-compose'

- uses: actions/checkout@v3

- name: Set up JDK 17
Expand Down

0 comments on commit 1a0077e

Please sign in to comment.