Installing docker-compose during test-server step - 2.21 (#12076)

pull/12091/head
Yajith Dayarathna 2024-08-05 11:29:01 +12:00 committed by GitHub
parent 18e755e30e
commit 5e6e3048d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -52,5 +52,11 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Install docker-compose
run: |
sudo apt-get update
sudo apt-get install docker-compose
- name: Run tests
run: make test-server