aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-08-05 21:11:46 +0300
committerGitHub <noreply@github.com>2022-08-05 21:11:46 +0300
commit69d3df5f945adc4f7ab5d1198167a1dbc8412fc9 (patch)
tree93b21cd948048778a2b2557783157f40d6ada3d9 /.github
parent155bec7262698afd996b9a2ff4659d88bf168abc (diff)
Rename feature: 'common' to 'common-utils' (#79)
* Renaming feature: 'common' to 'common-utils' * removing duplicate tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-all.yaml2
-rw-r--r--.github/workflows/test-pr.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml
index 04aa088..49d38d7 100644
--- a/.github/workflows/test-all.yaml
+++ b/.github/workflows/test-all.yaml
@@ -16,7 +16,7 @@ jobs:
"anaconda",
"aws-cli",
"azure-cli",
- "common",
+ "common-utils",
"desktop-lite",
"docker-from-docker",
"docker-in-docker",
diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml
index b558eac..04108a7 100644
--- a/.github/workflows/test-pr.yaml
+++ b/.github/workflows/test-pr.yaml
@@ -16,7 +16,7 @@ jobs:
anaconda: ./**/anaconda/**
aws-cli: ./**/aws-cli/**
azure-cli: ./**/azure-cli/**
- common: ./**/common/**
+ common-utils: ./**/common-utils/**
desktop-lite: ./**/desktop-lite/**
docker-from-docker: ./**/docker-from-docker/**
docker-in-docker: ./**/docker-in-docker/**