Skip to content

Commit 5d78a80

Browse files
authored
Install docker-compose
1 parent 3985789 commit 5d78a80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
# These need docker, so only run as part of the docker build process
4444
- name: Run integration tests
4545
run: |
46+
sudo apt-get install -y docker-compose
4647
cd test && ./test-query.sh
4748
4849
- name: Push image

0 commit comments

Comments
 (0)