mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
e2e tests in CI
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
committed by
Nicolas De loof
parent
a9e76943f6
commit
26e46d7cc8
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -183,6 +183,12 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Set up Docker Model
|
||||
run: |
|
||||
sudo apt-get install docker-model-plugin
|
||||
docker model version
|
||||
docker info
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user