Skip to content

Commit

Permalink
ci: Install LiveKit CLI in integration tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarmore committed Dec 9, 2024
1 parent 88e6ce3 commit 999f1f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/openvidu-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 999f1f8

Please sign in to comment.