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
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Checkout OpenVidu Meet
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup OpenVidu Meet WebComponent
|
||||
@ -19,6 +18,10 @@ jobs:
|
||||
./prepare.sh
|
||||
cd frontend/webcomponent
|
||||
npm install
|
||||
- name: Install Playwright browsers
|
||||
run: |
|
||||
cd frontend/webcomponent
|
||||
npx playwright install --with-deps chromium
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd frontend/webcomponent
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user