Skip to content

Commit

Permalink
Update more specific caching on integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi authored Jan 16, 2024
1 parent 4127b06 commit a0448e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- uses: satackey/[email protected]
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/[email protected]
Expand Down Expand Up @@ -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/
path: htmlcov/

0 comments on commit a0448e4

Please sign in to comment.