-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tests failures when LND node is not used
- Loading branch information
1 parent
5f67f8f
commit e2aba11
Showing
5 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
test: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
max-parallel: 2 | ||
max-parallel: 4 | ||
matrix: | ||
python-tag: ['3.11.6-slim-bookworm', '3.12-slim-bookworm'] | ||
lnd-version: ["v0.17.0-beta"] # , "v0.17.0-beta.rc1"] | ||
|
@@ -37,7 +37,7 @@ jobs: | |
- uses: satackey/[email protected] | ||
continue-on-error: true | ||
with: | ||
key: coordinator-docker-cache-${{ hashFiles('./Dockerfile') }} | ||
key: coordinator-docker-cache-${{ hashFiles('./Dockerfile', './requirements.txt', './requirements_dev.txt') }} | ||
restore-keys: | | ||
coordinator-docker-cache- | ||
|
@@ -46,13 +46,11 @@ jobs: | |
with: | ||
compose-file: "./docker-tests.yml" | ||
down-flags: "--volumes" | ||
# Ideally we run only coordinator-${{ matrix.ln-vendor }} , at the moment some tests fail if LND is not around. | ||
services: | | ||
bitcoind | ||
postgres | ||
redis | ||
coordinator-CLN | ||
coordinator-LND | ||
coordinator-${{ matrix.ln-vendor }} | ||
robot-LND | ||
coordinator | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters