Skip to content

Commit 4bf59e7

Browse files
committed
Fix E2eE tests
1 parent 6de0886 commit 4bf59e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runner-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: startup apisix
6161
run: |
62-
docker-compose -f ci/docker-compose.yml up -d
62+
docker compose -f ci/docker-compose.yml up -d
6363
sleep 5
6464
6565
- name: install ginkgo cli

0 commit comments

Comments
 (0)