From 8c766a133635707992eb7cfc29b33c53a86f73ec Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Thu, 1 Aug 2024 15:23:04 +0200 Subject: [PATCH] ci: Fixed e2e tests --- .github/workflows/openvidu-call-e2e-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/openvidu-call-e2e-test.yml b/.github/workflows/openvidu-call-e2e-test.yml index 800ce1b6..21660415 100644 --- a/.github/workflows/openvidu-call-e2e-test.yml +++ b/.github/workflows/openvidu-call-e2e-test.yml @@ -14,7 +14,7 @@ on: jobs: prepare_openvidu_components_angular: - name: Prepare openvidu-angular + name: Prepare openvidu-components-angular runs-on: ubuntu-latest steps: - env: @@ -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: @@ -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