diff --git a/.github/workflows/_integration_test.yml b/.github/workflows/_integration_test.yml index 2cc8ebf2a..e6452c637 100644 --- a/.github/workflows/_integration_test.yml +++ b/.github/workflows/_integration_test.yml @@ -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 diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 4eb30f477..c572e96cb 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -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 }}