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

This commit is contained in:
Yajith Dayarathna
2024-08-05 11:28:47 +12:00
committed by GitHub
parent f55ef6e691
commit b67ff87f35

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