ci: Fixed start backend command

pull/847/head
Carlos Santos 2024-09-24 14:47:25 +02:00
parent 3d164c6422
commit 7336f4f609
1 changed files with 10 additions and 10 deletions

View File

@ -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