mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-29 19:54:21 +01:00
fix lsps2 tests not running
This commit is contained in:
11
.github/workflows/integration_tests.yaml
vendored
11
.github/workflows/integration_tests.yaml
vendored
@@ -137,7 +137,7 @@ jobs:
|
||||
- setup-bitcoin-core
|
||||
- setup-cln
|
||||
- build-lspd
|
||||
name: test ${{ matrix.implementation }} ${{ matrix.test }}
|
||||
name: ${{ matrix.lsp }}-lsp ${{ matrix.client }}-client ${{ matrix.test }}
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
@@ -151,7 +151,10 @@ jobs:
|
||||
testLsps2NoBalance,
|
||||
testLsps2ZeroConfUtxo
|
||||
]
|
||||
implementation: [
|
||||
lsp: [
|
||||
CLN
|
||||
]
|
||||
client: [
|
||||
CLN
|
||||
]
|
||||
steps:
|
||||
@@ -161,8 +164,8 @@ jobs:
|
||||
- name: Run and Process Test State
|
||||
uses: ./.github/actions/test-lspd
|
||||
with:
|
||||
TESTRE: "TestLspd/${{ matrix.implementation }}-lspd:_${{ matrix.test }}"
|
||||
artifact-name: TestLspd-${{ matrix.implementation }}-lspd_${{ matrix.test }}
|
||||
TESTRE: "TestLspd/${{ matrix.lsp }}-lsp-${{ matrix.client}}-client:_${{ matrix.test }}"
|
||||
artifact-name: TestLspd-${{ matrix.lsp }}-lsp-${{ matrix.client}}-client_${{ matrix.test }}
|
||||
bitcoin-version: ${{ env.BITCOIN_VERSION }}
|
||||
LSP_REF: ${{ env.LSP_REF }}
|
||||
CLIENT_REF: ${{ env.CLIENT_REF }}
|
||||
|
||||
Reference in New Issue
Block a user