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