From a0448e43860b6934bed952540e25e3ef9d19a885 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi <90936742+Reckless-Satoshi@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:42:24 +0000 Subject: [PATCH] Update more specific caching on integration-tests.yml --- .github/workflows/integration-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a77f816c7..107c58354 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -37,9 +37,9 @@ jobs: - uses: satackey/action-docker-layer-caching@v0.0.11 continue-on-error: true with: - key: coordinator-docker-cache-${{ hashFiles('Dockerfile', 'requirements.txt', 'requirements_dev.txt') }}-${{ matrix.ln-vendor }} + key: test-coordinator-docker-${{ hashFiles('Dockerfile', 'requirements.txt', 'requirements_dev.txt') }}-${{ matrix.ln-vendor }} restore-keys: | - coordinator-docker-cache- + test-coordinator-docker-${{ hashFiles('Dockerfile', 'requirements.txt', 'requirements_dev.txt') }}-${{ matrix.ln-vendor }} - name: 'Compose Regtest Orchestration' uses: isbang/compose-action@v1.5.1 @@ -80,4 +80,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: coverage-report-${{ matrix.python-tag }}-${{ matrix.ln-vendor }}-${{ github.run_id }} - path: htmlcov/ \ No newline at end of file + path: htmlcov/