Default to enable-cache: true on GitHub hosted runners (#193)

Closes: #54
This commit is contained in:
Kevin Stillhammer 2024-12-13 20:12:42 +01:00 committed by GitHub
parent 3460fe1a9a
commit e3017a763c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 51 additions and 10 deletions

View file

@ -84,6 +84,8 @@ jobs:
with:
version: "0.3.2"
checksum: ${{ matrix.checksum }}
- run: uv sync
working-directory: __tests__/fixtures/uv-project
test-with-explicit-token:
runs-on: ubuntu-latest
steps: