From 04f2ee06bf15231e47b434f9dd71498e371af696 Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Fri, 23 Feb 2024 11:20:39 +0100 Subject: [PATCH] fix unit tests --- .github/workflows/integration_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 5dc7353..b885c1a 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -187,8 +187,8 @@ jobs: - name: Get dependencies run: | - go get github.com/breez/lspd - go get github.com/breez/lspd/cln_plugin + go get github.com/breez/lspd/cmd/lspd + go get github.com/breez/lspd/cmd/lspd_cln_plugin go get github.com/breez/lspd/itest - name: Test