ci: Add installation step for LK CLI in integration tests

This commit is contained in:
Carlos Santos 2025-04-23 14:29:51 +02:00
parent 17df78b566
commit d095233f65

View File

@ -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