Skip to content

Commit e2d953d

Browse files
juliusmarmingecodex
andcommitted
Merge origin/main into fix/web-project-delete-anyway
Co-authored-by: codex <codex@users.noreply.github.com>
2 parents 4721345 + ce94fee commit e2d953d

411 files changed

Lines changed: 33526 additions & 8984 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
quality:
1111
name: Format, Lint, Typecheck, Test, Browser Test, Build
12-
runs-on: blacksmith-4vcpu-ubuntu-2404
12+
runs-on: blacksmith-8vcpu-ubuntu-2404
1313
timeout-minutes: 10
1414
steps:
1515
- name: Checkout
@@ -71,12 +71,12 @@ jobs:
7171

7272
- name: Verify preload bundle output
7373
run: |
74-
test -f apps/desktop/dist-electron/preload.js
75-
grep -nE "desktopBridge|getLocalEnvironmentBootstrap|PICK_FOLDER_CHANNEL|wsUrl" apps/desktop/dist-electron/preload.js
74+
test -f apps/desktop/dist-electron/preload.cjs
75+
grep -nE "desktopBridge|getLocalEnvironmentBootstrap|PICK_FOLDER_CHANNEL|wsUrl" apps/desktop/dist-electron/preload.cjs
7676
7777
release_smoke:
7878
name: Release Smoke
79-
runs-on: ubuntu-24.04
79+
runs-on: blacksmith-8vcpu-ubuntu-2404
8080
timeout-minutes: 10
8181
steps:
8282
- name: Checkout
@@ -92,5 +92,8 @@ jobs:
9292
with:
9393
node-version-file: package.json
9494

95+
- name: Install dependencies
96+
run: bun install --frozen-lockfile
97+
9598
- name: Exercise release-only workflow steps
9699
run: node scripts/release-smoke.ts

0 commit comments

Comments
 (0)