Skip to content

Commit 27df677

Browse files
author
Radovan Fuchs
committed
use preinstalled docker compose
1 parent 214b769 commit 27df677

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,8 @@ jobs:
191191
192192
- name: Run service manually
193193
run: |
194-
curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
195-
chmod +x /usr/local/bin/docker-compose
196-
docker-compose --version
197-
docker-compose up -d
194+
docker compose --version
195+
docker compose up -d
198196
199197
- name: Wait for services
200198
run: |

0 commit comments

Comments
 (0)