Skip to content

Commit 683df0c

Browse files
committed
remove double webkit
1 parent 30e7f4b commit 683df0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8181

8282
- name: Install playwright browsers (WebKit)
83-
run: yarn playwright install webkit --with-deps webkit
83+
run: yarn playwright install --with-deps webkit
8484

8585
- name: Run Mobile WebKit Tests
8686
run: yarn test:playwright-local:ci:mobile

0 commit comments

Comments
 (0)