Skip to content

Commit 950a1ff

Browse files
committed
ci: Updated workflow
1 parent 1b40e4c commit 950a1ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 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,7 +49,8 @@ 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

0 commit comments

Comments
 (0)