Installing docker-compose during test-server step (#12075)
This commit is contained in:
committed by
GitHub
parent
f55ef6e691
commit
b67ff87f35
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user