From 64f62dd7164e8ffcb74840848e0f07a7791c9f58 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Mon, 12 Aug 2024 13:47:48 +0200 Subject: [PATCH] ci: Fixed server start commands --- .../openvidu-components-angular-E2E.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/openvidu-components-angular-E2E.yml b/.github/workflows/openvidu-components-angular-E2E.yml index 0902e21feb..9f9659c2d4 100644 --- a/.github/workflows/openvidu-components-angular-E2E.yml +++ b/.github/workflows/openvidu-components-angular-E2E.yml @@ -73,7 +73,7 @@ jobs: git clone --depth 1 https://github.com/OpenVidu/openvidu-call cd openvidu-call/openvidu-call-back npm install - npm run dev:start & + npm run dev & - name: Install dependencies run: | cd openvidu-components-angular @@ -130,7 +130,7 @@ jobs: git clone --depth 1 https://github.com/OpenVidu/openvidu-call cd openvidu-call/openvidu-call-back npm install - npm run dev:start & + npm run dev & - name: Install dependencies run: | cd openvidu-components-angular @@ -187,7 +187,7 @@ jobs: git clone --depth 1 https://github.com/OpenVidu/openvidu-call cd openvidu-call/openvidu-call-back npm install - npm run dev:start & + npm run dev & - name: Install dependencies run: | cd openvidu-components-angular @@ -243,7 +243,7 @@ jobs: git clone --depth 1 https://github.com/OpenVidu/openvidu-call cd openvidu-call/openvidu-call-back npm install - npm run dev:start & + npm run dev & - name: Install dependencies run: | cd openvidu-components-angular @@ -300,7 +300,7 @@ jobs: git clone --depth 1 https://github.com/OpenVidu/openvidu-call cd openvidu-call/openvidu-call-back npm install - npm run dev:start & + npm run dev & - name: Install dependencies run: | cd openvidu-components-angular @@ -356,7 +356,7 @@ jobs: git clone --depth 1 https://github.com/OpenVidu/openvidu-call cd openvidu-call/openvidu-call-back npm install - npm run dev:start & + npm run dev & - name: Install dependencies run: | cd openvidu-components-angular @@ -412,7 +412,7 @@ jobs: git clone --depth 1 https://github.com/OpenVidu/openvidu-call cd openvidu-call/openvidu-call-back npm install - npm run dev:start & + npm run dev & - name: Install dependencies run: | cd openvidu-components-angular @@ -468,7 +468,7 @@ jobs: git clone --depth 1 https://github.com/OpenVidu/openvidu-call cd openvidu-call/openvidu-call-back npm install - npm run dev:start & + npm run dev & - name: Install dependencies run: | cd openvidu-components-angular @@ -525,7 +525,7 @@ jobs: git clone --depth 1 https://github.com/OpenVidu/openvidu-call cd openvidu-call/openvidu-call-back npm install - npm run dev:start & + npm run dev & - name: Install dependencies run: | cd openvidu-components-angular @@ -581,7 +581,7 @@ jobs: git clone --depth 1 https://github.com/OpenVidu/openvidu-call cd openvidu-call/openvidu-call-back npm install - npm run dev:start & + npm run dev & - name: Install dependencies run: | cd openvidu-components-angular