Skip to content

Commit 438a874

Browse files
committed
ci: remove playwright setup
1 parent 5c68f2a commit 438a874

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
- uses: actions/setup-node@v4
4242
with:
4343
node-version: ${{ matrix.node-version }}
44-
- name: Install Playwright Browsers
45-
run: npx playwright install --with-deps
4644
- name: Install
4745
run: npm install
4846
- name: Run Postgres Tests
@@ -82,8 +80,6 @@ jobs:
8280
node-version: ${{ matrix.node-version }}
8381
- name: Install
8482
run: npm install
85-
- name: Install Playwright Browsers
86-
run: npx playwright install --with-deps
8783
- name: Run Mysql Tests
8884
run: npm run test:${{ matrix.mysql.command }}
8985

@@ -107,8 +103,6 @@ jobs:
107103
- uses: actions/setup-node@v4
108104
with:
109105
node-version: ${{ matrix.node-version }}
110-
- name: Install Playwright Browsers
111-
run: npx playwright install --with-deps
112106
- name: Install
113107
run: npm install
114108
- name: Run SQLite Tests

0 commit comments

Comments
 (0)