ci: adjust Playwright browser installation step in E2E test workflow
This commit is contained in:
parent
6cc13d1ed1
commit
21452955bd
5
.github/workflows/wc-e2e-test.yaml
vendored
5
.github/workflows/wc-e2e-test.yaml
vendored
@ -10,7 +10,6 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
- name: Checkout OpenVidu Meet
|
- name: Checkout OpenVidu Meet
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup OpenVidu Meet WebComponent
|
- name: Setup OpenVidu Meet WebComponent
|
||||||
@ -19,6 +18,10 @@ jobs:
|
|||||||
./prepare.sh
|
./prepare.sh
|
||||||
cd frontend/webcomponent
|
cd frontend/webcomponent
|
||||||
npm install
|
npm install
|
||||||
|
- name: Install Playwright browsers
|
||||||
|
run: |
|
||||||
|
cd frontend/webcomponent
|
||||||
|
npx playwright install --with-deps chromium
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd frontend/webcomponent
|
cd frontend/webcomponent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user