diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-01-04 22:52:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-04 22:52:05 +0300 |
commit | eef35a4399a17546051fc5597440d38c36022f06 (patch) | |
tree | cdcd9e78f9403a39219e3129871e373af1b6909d /.github | |
parent | 6c76a7b4883a2639cedf805ed786b5b84100841d (diff) |
Rename "docker-from-docker" to "docker-outside-of-docker" (#373)
* Rename to "docker-outside-of-docker"
* rename test folder
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-all.yaml | 4 | ||||
-rw-r--r-- | .github/workflows/test-pr.yaml | 2 |
2 files changed, 3 insertions, 3 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", 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/** |