We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fcfc2f + 2af3d72 commit a0e150fCopy full SHA for a0e150f
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Services
38
shell: bash
39
run: |
40
- sudo apt update -y && sudo apt install -y netcat
+ sudo apt update -y && sudo apt install -y netcat docker-compose
41
cd examples && make start && cd ..
42
43
- name: Test
.github/workflows/runexamples.yml
@@ -40,6 +40,7 @@ jobs:
working-directory: examples
44
make start
45
46
- name: Run example 1
0 commit comments