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'
|
node-version: '20'
|
||||||
- name: Setup yarn # Needed for the redlock package
|
- name: Setup yarn # Needed for the redlock package
|
||||||
run: npm install -g yarn
|
run: npm install -g yarn
|
||||||
|
- name: Install LK CLI
|
||||||
|
run: |
|
||||||
|
curl -sSL https://get.livekit.io/cli | bash
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
./prepare.sh
|
./prepare.sh
|
||||||
@ -99,6 +102,9 @@ jobs:
|
|||||||
node-version: '20'
|
node-version: '20'
|
||||||
- name: Setup yarn # Needed for the redlock package
|
- name: Setup yarn # Needed for the redlock package
|
||||||
run: npm install -g yarn
|
run: npm install -g yarn
|
||||||
|
- name: Install LK CLI
|
||||||
|
run: |
|
||||||
|
curl -sSL https://get.livekit.io/cli | bash
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
./prepare.sh
|
./prepare.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user