Skip to content

Commit a27756e

Browse files
committed
Update
1 parent 2088113 commit a27756e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
./.github/scripts/build-fleet-binaries.sh
5555
./.github/scripts/build-fleet-images.sh
5656
57+
- name: Check Docker installation
58+
run: |
59+
docker --version
60+
docker info
61+
5762
- name: Install k3d
5863
run: curl --silent --fail https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=${{ env.SETUP_K3D_VERSION }} bash
5964

0 commit comments

Comments
 (0)