From 3b0baff6a2b4a1ec5b60cf36f5bb768b6a2d6b3e Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Mon, 4 Dec 2023 21:36:11 +0100 Subject: [PATCH] fix lsps2 tests not running --- .github/workflows/integration_tests.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index afc65d3..6650e79 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -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 }}