Skip to content

Commit 7c2919f

Browse files
committed
chore: don't re-run tests when merging to main
1 parent 1dcfac4 commit 7c2919f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
node-version: '16.x'
1616
- name: Install dependencies
1717
run: npm ci
18-
- name: Install Playwright Browsers
19-
run: npx playwright install --with-deps
20-
- name: Run Playwright tests
21-
run: npm test
22-
env:
23-
NODE_ENV: CI
2418
- name: Build package with SvelteKit
2519
run: npm run build
2620
- name: Run semantic release

0 commit comments

Comments
 (0)