From eef35a4399a17546051fc5597440d38c36022f06 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 4 Jan 2023 11:52:05 -0800 Subject: Rename "docker-from-docker" to "docker-outside-of-docker" (#373) * Rename to "docker-outside-of-docker" * rename test folder --- .github/workflows/test-all.yaml | 4 ++-- .github/workflows/test-pr.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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", diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml index f89923d..69b3942 100644 --- a/.github/workflows/test-pr.yaml +++ b/.github/workflows/test-pr.yaml @@ -18,7 +18,7 @@ jobs: common-utils: ./**/common-utils/** conda: ./**/conda/** desktop-lite: ./**/desktop-lite/** - docker-from-docker: ./**/docker-from-docker/** + docker-outside-of-docker: ./**/docker-outside-of-docker/** docker-in-docker: ./**/docker-in-docker/** dotnet: ./**/dotnet/** git: ./**/git/** -- cgit v1.2.3