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/workflows/test-all.yaml | |
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/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", |