Skip to content

Run existing tests and build in CI - #10

Merged
pallaoro merged 1 commit into
mainfrom
chore/ci-test-build-20260915
Sep 15, 2026
Merged

pallaoro merged 1 commit into
mainfrom
chore/ci-test-build-20260915

Conversation

@pallaoro

@pallaoro pallaoro commented Sep 15, 2026

Copy link
Copy Markdown
Member

Pull requests and pushes to main currently have no automated test or build check. Add one GitHub Actions job that installs the committed lockfile, runs the existing 64 tests, and builds the app on Node.js 22.

The workflow pins official actions to verified commit SHAs, grants only contents: read, disables persisted checkout credentials, and has a ten-minute timeout. pnpm is pinned to 10.34.5 to support the existing lockfile and pnpm.onlyBuiltDependencies configuration.

Validation: frozen install, all 64 tests, Vite build, YAML parsing, and git diff --check passed locally with Node.js 22.22.3 and pnpm 10.34.5. The hosted pull-request workflow also passed on Node.js 22.23.2 with pnpm 10.34.5: 64 tests passed, zero failed, and the Vite build completed successfully.

@pallaoro
pallaoro marked this pull request as ready for review September 15, 2026 12:32
@pallaoro
pallaoro merged commit 5fca2cb into main Sep 15, 2026
1 check 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