ci: streamline WebComponent setup by removing redundant npm install step
This commit is contained in:
parent
7df2ecd8d5
commit
a632652fd5
5
.github/workflows/wc-unit-test.yaml
vendored
5
.github/workflows/wc-unit-test.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user