Skip to content

Commit d26831e

Browse files
committed
ci: Updated workflow
1 parent 1b40e4c commit d26831e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/e2e-components-angular-tutorials.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/download-artifact@v4
4141
with:
4242
name: ${{ steps.build.outputs.artifact_name }}
43-
path: './openvidu-demo-app'
43+
path: './openvidu-components-angular/openvidu-demo-app'
4444

4545
- name: Setup OpenVidu Local Deployment
4646
uses: OpenVidu/actions/start-openvidu-local-deployment@main
@@ -49,16 +49,17 @@ jobs:
4949
openvidu-edition: "community"
5050
- name: Install demo app dependencies
5151
run: |
52-
npm install openvidu-components-angular-*.tgz --prefix frontend
52+
cd openvidu-components-angular/openvidu-demo-app
53+
npm install ${{ steps.build.outputs.package_filename }} --prefix frontend
5354
npm install --prefix backend
5455
npm run build --prefix backend
5556
npm run build-prod --prefix frontend
5657
- name: Run demo app
5758
env:
5859
CALL_PRIVATE_ACCESS: false
59-
run: npm start --prefix backend &
60+
run: npm start --prefix openvidu-components-angular/openvidu-demo-app/backend &
6061
- name: Run E2E Auth tests
6162
env:
6263
LAUNCH_MODE: CI
63-
run: npm run e2e:auth --prefix frontend
64+
run: npm run e2e:auth --prefix openvidu-components-angular/openvidu-demo-app/frontend
6465

0 commit comments

Comments
 (0)