From 7336f4f60920226980029bf43d553060b2b2f4cf Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Tue, 24 Sep 2024 14:47:25 +0200 Subject: [PATCH] ci: Fixed start backend command --- .../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 5c13cd056b..c3ac5e781c 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/backend npm install - npm run dev & + npm run dev:start & - 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/backend npm install - npm run dev & + npm run dev:start & - 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/backend npm install - npm run dev & + npm run dev:start & - 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/backend npm install - npm run dev & + npm run dev:start & - 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/backend npm install - npm run dev & + npm run dev:start & - 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/backend npm install - npm run dev & + npm run dev:start & - 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/backend npm install - npm run dev & + npm run dev:start & - 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/backend npm install - npm run dev & + npm run dev:start & - 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/backend npm install - npm run dev & + npm run dev:start & - 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/backend npm install - npm run dev & + npm run dev:start & - name: Install dependencies run: | cd openvidu-components-angular