ci: Add installation step for LK CLI in integration tests
This commit is contained in:
parent
17df78b566
commit
d095233f65
6
.github/workflows/integration-test.yaml
vendored
6
.github/workflows/integration-test.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user