Installing docker-compose during test-server step (#12075)

pull/12080/head
Yajith Dayarathna 2024-08-05 11:28:47 +12:00 committed by GitHub
parent f55ef6e691
commit b67ff87f35
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