Skip to content

Commit 74df912

Browse files
committed
chore: drop redundant test gates from release workflow
Tests already pass on the PR via tests.yml before merge to next, so re-running them on the release path just adds latency.
1 parent c7e1ff7 commit 74df912

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,6 @@ jobs:
5151
- name: Build
5252
run: pnpm build-ci
5353

54-
- name: Type-check
55-
run: pnpm test:ts
56-
57-
- name: Cache Playwright browsers
58-
uses: actions/cache@v4
59-
with:
60-
path: ~/.cache/ms-playwright
61-
key: playwright-chromium-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
62-
63-
- name: Install Playwright Chromium
64-
run: pnpm exec playwright install --with-deps chromium
65-
66-
- name: Unit tests
67-
run: pnpm test:unit
68-
6954
- name: Create release PR or publish
7055
uses: changesets/action@v1
7156
with:

0 commit comments

Comments
 (0)