Skip to content

Commit d48cf69

Browse files
committed
chore: revert to no e2e at ci
1 parent 922a063 commit d48cf69

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
66

77
## 2026-05-09 — CI action versions bumped
88

9-
- **GitHub Actions:** integrate playwright based e2e tests to ci workflow
10-
11-
## 2026-05-09 — CI action versions bumped
12-
139
- **GitHub Actions:** upgraded `actions/checkout` v4 → v6, `actions/setup-node` v4 → v6, and `pnpm/action-setup` v4 → v6 in both `.github/workflows/ci.yml` and `.github/workflows/deploy.yml`. Node version pinned at `24` (latest).
1410

1511
## 2026-05-09 — Build-system renewal

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
"format": "biome format . --write",
2121
"typecheck": "turbo run typecheck",
2222
"clean": "turbo run clean && rimraf dist node_modules/.cache .turbo",
23-
"cbt": "pnpm clean && pnpm build && pnpm test",
24-
"ci": "turbo run build typecheck test && pnpm lint:ci",
25-
"ci0": "turbo run build typecheck test --filter=!shadow-objects-e2e && pnpm lint:ci",
23+
"cbt": "pnpm clean && turbo run build test",
24+
"ci": "turbo run build typecheck test --filter=!shadow-objects-e2e && pnpm lint:ci",
2625
"dev": "turbo run dev --filter=@spearwolf/shae-offscreen-canvas",
2726
"start": "pnpm dev",
2827
"make:todo": "node scripts/makeTODO.mjs TODO.md",

0 commit comments

Comments
 (0)