ci: streamline WebComponent setup by removing redundant npm install step

This commit is contained in:
Carlos Santos 2025-05-22 14:40:51 +02:00
parent 7df2ecd8d5
commit a632652fd5

View File

@ -15,10 +15,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup OpenVidu Meet WebComponent - name: Setup OpenVidu Meet WebComponent
shell: bash shell: bash
run: | run: ./prepare.sh --webcomponent
./prepare.sh
cd frontend/webcomponent
npm install
- name: Run tests - name: Run tests
run: | run: |
cd frontend/webcomponent cd frontend/webcomponent