Skip to content

Commit

Permalink
Update integration tests workflow to use "development" branch when ch…
Browse files Browse the repository at this point in the history
…ecking out openvidu-local-deployment and install LiveKit CLI
  • Loading branch information
juancarmore committed Dec 9, 2024
1 parent 5e4cbad commit 07ba255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/openvidu-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: OpenVidu/openvidu-local-deployment
ref: development
path: openvidu-local-deployment

- name: Configure OpenVidu Local Deployment
Expand All @@ -28,6 +29,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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe("OpenVidu active entities fixer", () => {

beforeEach(async () => {
await startLocalDeployment();
}, 120000); // 2 minute
}, 60000); // 1 minute

afterEach(() => {
stopLocalDeployment();
Expand Down

0 comments on commit 07ba255

Please sign in to comment.