Skip to content

Commit

Permalink
ci: Update integration tests workflow to clone "development" branch f…
Browse files Browse the repository at this point in the history
…rom openvidu-local-deployment repository
  • Loading branch information
juancarmore committed Dec 9, 2024
1 parent 1f57055 commit 88e6ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,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,7 +29,6 @@ jobs:
sed -i 's/interval: 10s/interval: 1s/' livekit.yaml
sed -i '/interval: 1s/a \ fixer_interval: 10s' livekit.yaml
docker compose pull
docker compose up
- name: Checkout current repository
uses: actions/checkout@v4
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 88e6ce3

Please sign in to comment.