diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-08-05 21:11:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 21:11:46 +0300 |
commit | 69d3df5f945adc4f7ab5d1198167a1dbc8412fc9 (patch) | |
tree | 93b21cd948048778a2b2557783157f40d6ada3d9 /.github/workflows/test-pr.yaml | |
parent | 155bec7262698afd996b9a2ff4659d88bf168abc (diff) |
Rename feature: 'common' to 'common-utils' (#79)
* Renaming feature: 'common' to 'common-utils'
* removing duplicate tests
Diffstat (limited to '.github/workflows/test-pr.yaml')
-rw-r--r-- | .github/workflows/test-pr.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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/** |