Skip to content

Commit e7b3925

Browse files
committed
attempt to fix ci
1 parent b2dd1f6 commit e7b3925

File tree

3 files changed

+32
-23
lines changed

3 files changed

+32
-23
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,9 @@ jobs:
6767
- name: Install deps
6868
run: pnpm install --frozen-lockfile
6969

70-
- name: Install browser deps
71-
run: pnpm run install-browser-deps
72-
73-
- name: Install playwright browsers
74-
run: npx playwright install --with-deps
75-
7670
- name: Build
7771
run: pnpm build
7872

79-
- name: Test
80-
run: pnpm run test
81-
8273
outputs:
8374
dep-cache-key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}
8475

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"eslint": "^9.22.0",
4848
"eslint-plugin-import": "^2.31.0",
4949
"lint-staged": "15.5.0",
50-
"playwright": "1.15.1",
5150
"sort-package-json": "3.0.0",
5251
"tape": "5.9.0",
5352
"tsx": "^4.19.3",

pnpm-lock.yaml

Lines changed: 32 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)