Skip to content

Commit

Permalink
ci: Fixed e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Aug 1, 2024
1 parent 2c3bcba commit 9510f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/openvidu-call-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
sleep 5
done
- name: Serve openvidu-call
env:
CALL_PRIVATE_ACCESS: true
run: node openvidu-call-back/dist/server.js &
- name: Run tests
env:
LAUNCH_MODE: CI
CALL_PRIVATE_ACCESS: true

run: npm run e2e:auth --prefix openvidu-call-front

home_e2e_test:
Expand Down Expand Up @@ -218,4 +218,4 @@ jobs:
env:
LAUNCH_MODE: CI
CALL_PRIVATE_ACCESS: false
run: npm run e2e:recording --prefix openvidu-call-front
run: npm run e2e:recordings --prefix openvidu-call-front

0 comments on commit 9510f3d

Please sign in to comment.