Skip to content

Commit ffb66c3

Browse files
committed
fix: installing docker compose in github ci runner
1 parent fda5dae commit ffb66c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/devsetup-test.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414

1515
- name: Create logs directory
1616
run: mkdir -p logs
17+
18+
- name: Install Docker Compose
19+
run: |
20+
sudo apt-get update
21+
sudo apt-get install -y docker-compose
1722
1823
- name: Validate docker-compose file
1924
run: docker-compose config

0 commit comments

Comments
 (0)