From ab717a60be3e2839d9bc9fd4663a1c31d6faa5cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20D=C3=A9vai?= Date: Thu, 18 Aug 2022 22:50:52 +0200 Subject: [PATCH] Change gauge-lsp-test repo to my forked repo --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3515ca5110..41980b5282 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: - name: Clone LSP tests run: | - git clone https://github.com/getgauge/gauge-lsp-tests + git clone https://github.com/dorion/gauge-lsp-tests cd gauge-lsp-tests npm install