Skip to content

Commit 438bc07

Browse files
committed
ci: Updated workflow
1 parent 1b40e4c commit 438bc07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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,6 +49,7 @@ jobs:
4949
openvidu-edition: "community"
5050
- name: Install demo app dependencies
5151
run: |
52+
cd openvidu-components-angular/openvidu-demo-app
5253
npm install openvidu-components-angular-*.tgz --prefix frontend
5354
npm install --prefix backend
5455
npm run build --prefix backend

0 commit comments

Comments
 (0)