Skip to content

feat: add vitest + basic test, GitHub Actions CI on PRs - #2

Merged
SynthLuvr merged 4 commits into
mainfrom
copilot/setup-vitest-and-workflow
Jun 12, 2026
Merged

feat: add vitest + basic test, GitHub Actions CI on PRs#2
SynthLuvr merged 4 commits into
mainfrom
copilot/setup-vitest-and-workflow

Conversation

Copilot AI commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Adds a test harness via vitest and a CI workflow that gates all PRs on build, lint, and test.

Changes

  • vitest: installed as dev dep; vitest.config.ts added; biome.json linter excludes updated to match
  • pnpm test: added script (vitest run); basic.test.ts verifies the tools array exports exactly two "function"-typed entries
  • .github/workflows/ci.yml: triggers on pull_request; runs pnpm buildpnpm lintpnpm test with ELYOS_API_KEY and OPENAI_API_KEY secrets injected

Copilot AI changed the title feat: set up vitest and GitHub CI workflow feat: add vitest + basic test, GitHub Actions CI on PRs Jun 12, 2026
Copilot AI requested a review from SynthLuvr June 12, 2026 05:30
SynthLuvr

This comment was marked as resolved.

This comment was marked as resolved.

Copilot AI requested a review from SynthLuvr June 12, 2026 05:35
@SynthLuvr
SynthLuvr marked this pull request as ready for review June 12, 2026 05:36
@SynthLuvr
SynthLuvr merged commit 2c6e33c into main Jun 12, 2026
1 check passed
@SynthLuvr
SynthLuvr deleted the copilot/setup-vitest-and-workflow branch June 12, 2026 05:40
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.

2 participants