We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b40e4c commit 438bc07Copy full SHA for 438bc07
.github/workflows/e2e-components-angular-tutorials.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: actions/download-artifact@v4
41
with:
42
name: ${{ steps.build.outputs.artifact_name }}
43
- path: './openvidu-demo-app'
+ path: './openvidu-components-angular/openvidu-demo-app'
44
45
- name: Setup OpenVidu Local Deployment
46
uses: OpenVidu/actions/start-openvidu-local-deployment@main
@@ -49,6 +49,7 @@ jobs:
49
openvidu-edition: "community"
50
- name: Install demo app dependencies
51
run: |
52
+ cd openvidu-components-angular/openvidu-demo-app
53
npm install openvidu-components-angular-*.tgz --prefix frontend
54
npm install --prefix backend
55
npm run build --prefix backend
0 commit comments