Skip to content

Commit

Permalink
ci: Fixed start backend command
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Sep 24, 2024
1 parent 3d164c6 commit 7336f4f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/openvidu-components-angular-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7336f4f

Please sign in to comment.