Skip to content

Commit 2af3d72

Browse files
fix system test and run examples
1 parent 183abf8 commit 2af3d72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Services
3838
shell: bash
3939
run: |
40-
sudo apt update -y && sudo apt install -y netcat
40+
sudo apt update -y && sudo apt install -y netcat docker-compose
4141
cd examples && make start && cd ..
4242
4343
- name: Test

.github/workflows/runexamples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
shell: bash
4141
working-directory: examples
4242
run: |
43+
sudo apt update -y && sudo apt install -y netcat docker-compose
4344
make start
4445
4546
- name: Run example 1

0 commit comments

Comments
 (0)