Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 030a444

Browse files
committed
Skip setup docker step on windows to check if docker is already setup in Windows runners to run linux containers
1 parent 1192aeb commit 030a444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
# Cross-platform Docker setup
5555
- name: Set up Docker
5656
uses: docker/setup-docker-action@v4
57+
if: runner.os != 'Windows'
5758

5859
- name: Install model-cli as Docker plugin (Linux/macOS)
5960
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)