ci: remove redundant setup steps for OpenVidu Meet WebComponent in E2E test workflow
This commit is contained in:
parent
c9d816b3b8
commit
203cfc6791
6
.github/workflows/wc-e2e-test.yaml
vendored
6
.github/workflows/wc-e2e-test.yaml
vendored
@ -31,12 +31,6 @@ jobs:
|
|||||||
run: wait-on --timeout 60000 http://localhost:7880
|
run: wait-on --timeout 60000 http://localhost:7880
|
||||||
- name: Checkout OpenVidu Meet
|
- name: Checkout OpenVidu Meet
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup OpenVidu Meet WebComponent
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
./prepare.sh
|
|
||||||
cd frontend/webcomponent
|
|
||||||
npm install
|
|
||||||
- name: Install Playwright browsers
|
- name: Install Playwright browsers
|
||||||
run: |
|
run: |
|
||||||
cd frontend/webcomponent
|
cd frontend/webcomponent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user