Skip to content

CI | Add PR test and release bundle workflows - #11

Merged
BrianGenisio merged 1 commit into
mainfrom
chore/ci-workflows
Sep 2, 2026
Merged

CI | Add PR test and release bundle workflows#11
BrianGenisio merged 1 commit into
mainfrom
chore/ci-workflows

Conversation

@BrianGenisio

@BrianGenisio BrianGenisio commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • PR checks now run npm test and npm run build on every pull request.
  • Creating a GitHub release attaches a dist.tar.gz with node_modules, the design-system submodule, and the built client.

Changes

These workflows came from ChatCPT. The PR job keeps checkout, Node 22, npm ci, Vitest, and the esbuild client bundle. Axe, Playwright, and Octavus steps are gone because this repo has none of that.

The release tarball is meant to unpack in a new environment and start with node server.js after you add a local .env. It leaves out secrets and local session files (.env, session.config.json, eval-session.json) and source public/app.js, since the served client is public/app.bundle.js.

Test plan

  • npm test — 14 files, 108 tests passed
  • npm run build — writes public/app.bundle.js
  • Confirm the PR workflow goes green on this pull request
  • After merge, create a GitHub release and confirm dist.tar.gz is attached

Co-authored-by: Cursor <cursoragent@cursor.com>
@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 39 seconds.

Check out review usage here.

View limit details

Limit details: You’ve used all 5 included reviews currently available. Your 26 included PR review attempts over the past 7 days set your current allowance at 5 reviews per hour.

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Essentials

Run ID: 7244baf5-2dd7-472f-8376-0e47db8d4b86

📥 Commits

Reviewing files that changed from the base of the PR and between a85e51a and e01ebd9.

📒 Files selected for processing (2)
  • .github/workflows/pr.yml
  • .github/workflows/release.yml

Comment @coderabbitai help to get the list of available commands.

@BrianGenisio
BrianGenisio merged commit 0c147f8 into main Sep 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant