From d095233f65fdb6a3ede370c9c4e0eea8602d4941 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 23 Apr 2025 14:29:51 +0200 Subject: [PATCH] ci: Add installation step for LK CLI in integration tests --- .github/workflows/integration-test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index b1cccbe..0cccf2e 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -51,6 +51,9 @@ jobs: node-version: '20' - name: Setup yarn # Needed for the redlock package run: npm install -g yarn + - name: Install LK CLI + run: | + curl -sSL https://get.livekit.io/cli | bash - name: Run tests run: | ./prepare.sh @@ -99,6 +102,9 @@ jobs: node-version: '20' - name: Setup yarn # Needed for the redlock package run: npm install -g yarn + - name: Install LK CLI + run: | + curl -sSL https://get.livekit.io/cli | bash - name: Run tests run: | ./prepare.sh