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
- name: Setup OpenVidu Meet WebComponent
shell: bash
run: |
./prepare.sh
cd frontend/webcomponent
npm install
run: ./prepare.sh --webcomponent
- name: Run tests
run: |
cd frontend/webcomponent