ci: fix issue with cache in integration tests (#4725)

This commit is contained in:
Sydney Runkle
2025-05-16 16:49:29 +00:00
committed by GitHub
parent 228a08b966
commit d34299ac39
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -27,6 +27,9 @@ jobs:
uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
cache-suffix: "cli-integration-test"
ignore-nothing-to-cache: true
- name: Setup env
if: steps.changed-files.outputs.all
working-directory: libs/cli/examples
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
cache-siffix: test-${{ inputs.working-directory }}
cache-suffix: test-${{ inputs.working-directory }}
- name: Login to Docker Hub
uses: docker/login-action@v3
if: ${{ !github.event.pull_request.head.repo.fork }}