fix lsps2 tests not running

This commit is contained in:
Jesse de Wit
2023-12-04 21:36:11 +01:00
parent 3abb0a63cd
commit 3b0baff6a2

View File

@@ -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 }}