ci: Fixed server start commands

pull/839/head
Carlos Santos 2024-08-12 13:47:48 +02:00
parent 33d71f24c3
commit 64f62dd716
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 git clone --depth 1 https://github.com/OpenVidu/openvidu-call
cd openvidu-call/openvidu-call-back cd openvidu-call/openvidu-call-back
npm install npm install
npm run dev:start & npm run dev &
- name: Install dependencies - name: Install dependencies
run: | run: |
cd openvidu-components-angular cd openvidu-components-angular
@ -130,7 +130,7 @@ jobs:
git clone --depth 1 https://github.com/OpenVidu/openvidu-call git clone --depth 1 https://github.com/OpenVidu/openvidu-call
cd openvidu-call/openvidu-call-back cd openvidu-call/openvidu-call-back
npm install npm install
npm run dev:start & npm run dev &
- name: Install dependencies - name: Install dependencies
run: | run: |
cd openvidu-components-angular cd openvidu-components-angular
@ -187,7 +187,7 @@ jobs:
git clone --depth 1 https://github.com/OpenVidu/openvidu-call git clone --depth 1 https://github.com/OpenVidu/openvidu-call
cd openvidu-call/openvidu-call-back cd openvidu-call/openvidu-call-back
npm install npm install
npm run dev:start & npm run dev &
- name: Install dependencies - name: Install dependencies
run: | run: |
cd openvidu-components-angular cd openvidu-components-angular
@ -243,7 +243,7 @@ jobs:
git clone --depth 1 https://github.com/OpenVidu/openvidu-call git clone --depth 1 https://github.com/OpenVidu/openvidu-call
cd openvidu-call/openvidu-call-back cd openvidu-call/openvidu-call-back
npm install npm install
npm run dev:start & npm run dev &
- name: Install dependencies - name: Install dependencies
run: | run: |
cd openvidu-components-angular cd openvidu-components-angular
@ -300,7 +300,7 @@ jobs:
git clone --depth 1 https://github.com/OpenVidu/openvidu-call git clone --depth 1 https://github.com/OpenVidu/openvidu-call
cd openvidu-call/openvidu-call-back cd openvidu-call/openvidu-call-back
npm install npm install
npm run dev:start & npm run dev &
- name: Install dependencies - name: Install dependencies
run: | run: |
cd openvidu-components-angular cd openvidu-components-angular
@ -356,7 +356,7 @@ jobs:
git clone --depth 1 https://github.com/OpenVidu/openvidu-call git clone --depth 1 https://github.com/OpenVidu/openvidu-call
cd openvidu-call/openvidu-call-back cd openvidu-call/openvidu-call-back
npm install npm install
npm run dev:start & npm run dev &
- name: Install dependencies - name: Install dependencies
run: | run: |
cd openvidu-components-angular cd openvidu-components-angular
@ -412,7 +412,7 @@ jobs:
git clone --depth 1 https://github.com/OpenVidu/openvidu-call git clone --depth 1 https://github.com/OpenVidu/openvidu-call
cd openvidu-call/openvidu-call-back cd openvidu-call/openvidu-call-back
npm install npm install
npm run dev:start & npm run dev &
- name: Install dependencies - name: Install dependencies
run: | run: |
cd openvidu-components-angular cd openvidu-components-angular
@ -468,7 +468,7 @@ jobs:
git clone --depth 1 https://github.com/OpenVidu/openvidu-call git clone --depth 1 https://github.com/OpenVidu/openvidu-call
cd openvidu-call/openvidu-call-back cd openvidu-call/openvidu-call-back
npm install npm install
npm run dev:start & npm run dev &
- name: Install dependencies - name: Install dependencies
run: | run: |
cd openvidu-components-angular cd openvidu-components-angular
@ -525,7 +525,7 @@ jobs:
git clone --depth 1 https://github.com/OpenVidu/openvidu-call git clone --depth 1 https://github.com/OpenVidu/openvidu-call
cd openvidu-call/openvidu-call-back cd openvidu-call/openvidu-call-back
npm install npm install
npm run dev:start & npm run dev &
- name: Install dependencies - name: Install dependencies
run: | run: |
cd openvidu-components-angular cd openvidu-components-angular
@ -581,7 +581,7 @@ jobs:
git clone --depth 1 https://github.com/OpenVidu/openvidu-call git clone --depth 1 https://github.com/OpenVidu/openvidu-call
cd openvidu-call/openvidu-call-back cd openvidu-call/openvidu-call-back
npm install npm install
npm run dev:start & npm run dev &
- name: Install dependencies - name: Install dependencies
run: | run: |
cd openvidu-components-angular cd openvidu-components-angular