Skip to content

Commit 3de9164

Browse files
authored
ci: remove redundant install-playwright step (#9144)
playwright browsers and deps are also installed in `bin/run-tests.sh`.
1 parent f2b3bf7 commit 3de9164

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/actions/install-playwright/action.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ jobs:
145145
- uses: ./.github/actions/install-node-package
146146
with:
147147
node-version: ${{ env.NODE_VERSION }}
148-
- uses: ./.github/actions/install-playwright
149148
- uses: ./.github/actions/build-pouchdb
150149
- id: test
151150
run: ${{ matrix.cmd }}
@@ -225,7 +224,6 @@ jobs:
225224
- uses: ./.github/actions/install-node-package
226225
with:
227226
node-version: ${{ env.NODE_VERSION }}
228-
- uses: ./.github/actions/install-playwright
229227
- uses: ./.github/actions/build-pouchdb
230228
- id: test
231229
run: ${{ matrix.cmd }}

0 commit comments

Comments
 (0)