Skip to content

Commit 9163aea

Browse files
committed
[dotnet] Disable disk cache on CI
1 parent 58e19bc commit 9163aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
name: Browser Tests (${{ matrix.driver }}, ${{ matrix.framework }})
3737
browser: ${{ matrix.browser }}
38-
cache-key: dotnet-${{ matrix.browser }}-${{ matrix.framework }}
38+
cache-key: false
3939
java-version: 17
4040
os: windows
4141
run: |

0 commit comments

Comments
 (0)