diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 28d5b01..7eff68c 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -183,8 +183,8 @@ jobs: uses: actions/cache@v4 with: path: .turbo - key: ${{ runner.os }}-turbo-playwright-${{ github.sha }} - restore-keys: ${{ runner.os }}-turbo-playwright- + key: ${{ runner.os }}-turbo-build-${{ github.sha }} + restore-keys: ${{ runner.os }}-turbo-build- - name: Restore node_modules cache id: cache