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