From 94ae161a73a9e7c74c8f32561fc4b9d1d9bc5ed8 Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Mon, 16 Oct 2023 14:27:16 +0200 Subject: [PATCH] only run lnd with cln --- .github/workflows/integration_tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index df86f93c..ba1799f0 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -104,11 +104,11 @@ jobs: testOfflineNotificationZeroConfChannel, ] lsp: [ - LND, - CLN + LND + # CLN ] client: [ - LND, + # LND, CLN ] steps: