diff options
Diffstat (limited to '.github/workflows/test-all.yaml')
-rw-r--r-- | .github/workflows/test-all.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index cf876a4..d2238a7 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -18,7 +18,7 @@ jobs: "common-utils", "conda", "desktop-lite", - "docker-from-docker", + "docker-outside-of-docker", "docker-in-docker", "dotnet", "git", @@ -71,7 +71,7 @@ jobs: "common-utils", "conda", "desktop-lite", - "docker-from-docker", + "docker-outside-of-docker", "docker-in-docker", "dotnet", "git", |