From 999f1f80579989bf4292c7393f2e28425678f257 Mon Sep 17 00:00:00 2001 From: juancarmore Date: Mon, 9 Dec 2024 18:55:55 +0100 Subject: [PATCH] ci: Install LiveKit CLI in integration tests workflow --- .github/workflows/openvidu-integration-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/openvidu-integration-tests.yml b/.github/workflows/openvidu-integration-tests.yml index 69f5a8b38c..ffd39d04b4 100644 --- a/.github/workflows/openvidu-integration-tests.yml +++ b/.github/workflows/openvidu-integration-tests.yml @@ -30,6 +30,10 @@ jobs: sed -i '/interval: 1s/a \ fixer_interval: 10s' livekit.yaml docker compose pull + - name: Install LiveKit CLI + run: | + curl -sSL https://get.livekit.io/cli | bash + - name: Checkout current repository uses: actions/checkout@v4 with: