modify test-setup-cache-dependency-glob with quote

This commit is contained in:
hori-ryota 2024-09-12 16:57:01 +09:00
parent d70817ce85
commit a40ed2f1c5
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 991CEEF4D63EC07E

View file

@ -57,8 +57,8 @@ jobs:
with:
enable-cache: true
cache-dependency-glob: |
__tests__/fixtures/uv-project/uv.lock
**/pyproject.toml
"__tests__/fixtures/uv-project/uv.lock"
"**/pyproject.toml"
cache-suffix: ${{ github.run_id }}-${{ github.run_attempt }}
- run: uv sync
working-directory: __tests__/fixtures/uv-project