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
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user