Skip to content

Commit c769bcf

Browse files
committed
bidi enhancement for wd
1 parent c053926 commit c769bcf

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/webdriver-bidi.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,9 @@ jobs:
4747
- uses: shivammathur/setup-php@v2
4848
with:
4949
php-version: 8.0
50-
- name: npm install
51-
run: |
52-
npm i
53-
env:
54-
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
55-
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
5650
- name: Install dependencies
5751
run: |
58-
npm ci
52+
npm i
5953
env:
6054
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
6155
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true

0 commit comments

Comments
 (0)