mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 00:33:15 +00:00
Update integration test dependencies
This commit is contained in:
8
.github/workflows/integration-tests.yml
vendored
8
.github/workflows/integration-tests.yml
vendored
@ -20,9 +20,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
max-parallel: 2
|
max-parallel: 2
|
||||||
matrix:
|
matrix:
|
||||||
python-tag: ['3.11.6-slim-bookworm', '3.12-slim-bookworm']
|
python-tag: ['3.11.6-slim-bookworm', '3.12.1-slim-bookworm']
|
||||||
lnd-version: ['v0.17.0-beta', 'v0.17.2-beta.rc1']
|
lnd-version: ['v0.17.3-beta']
|
||||||
cln-version: ['v23.08.1']
|
cln-version: ['v23.11.2']
|
||||||
ln-vendor: ['LND'] #, 'CLN']
|
ln-vendor: ['LND'] #, 'CLN']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
- uses: satackey/action-docker-layer-caching@v0.0.11
|
- uses: satackey/action-docker-layer-caching@v0.0.11
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
key: coordinator-docker-cache-${{ hashFiles('Dockerfile', 'requirements.txt', 'requirements_dev.txt') }}
|
key: coordinator-docker-cache-${{ hashFiles('Dockerfile', 'requirements.txt', 'requirements_dev.txt') }}-${{ matrix.ln-vendor }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
coordinator-docker-cache-
|
coordinator-docker-cache-
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user