We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3985789 commit 5d78a80Copy full SHA for 5d78a80
.github/workflows/docker.yaml
@@ -43,6 +43,7 @@ jobs:
43
# These need docker, so only run as part of the docker build process
44
- name: Run integration tests
45
run: |
46
+ sudo apt-get install -y docker-compose
47
cd test && ./test-query.sh
48
49
- name: Push image
0 commit comments