Skip to content

Commit 0bc1aa8

Browse files
authored
Update ci.yml
1 parent 716125f commit 0bc1aa8

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,6 @@ jobs:
7878
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json', '**/*.csproj', 'Directory.Build.props') }} # Unique key for the cache
7979
restore-keys: |
8080
${{ runner.os }}-nuget-
81-
82-
- name: Cache Coverlet packages
83-
id: cache-coverlet
84-
uses: actions/cache@v4
85-
with:
86-
path: ${{ github.workspace }}/${{ env.TEST_PROJECT }}/packages
87-
key: ${{ runner.os }}-coverlet-${{ hashFiles('**/packages.lock.json', '**/*.csproj', 'Directory.Build.props') }} # Unique key for the cache
88-
restore-keys: |
89-
${{ runner.os }}-nuget-
9081
9182
- name: Install coverlet
9283
run: |

0 commit comments

Comments
 (0)