Skip to content

feat: enable unit test ci#2447

Merged
Kitenite merged 3 commits into
mainfrom
feat/unit-test-ci
Jul 14, 2025
Merged

feat: enable unit test ci#2447
Kitenite merged 3 commits into
mainfrom
feat/unit-test-ci

Conversation

@Kitenite

@Kitenite Kitenite commented Jul 14, 2025

Copy link
Copy Markdown
Contributor

Description

Related Issues

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Release
  • Refactor
  • Other (please describe):

Testing

Screenshots (if applicable)

Additional Notes


Important

Adds a new CI workflow unit-test.yml for running unit tests on pull requests and removes supabase-migrate-staging.yml.

  • New Workflow:
    • Adds unit-test.yml to run unit tests on pull requests using Bun.
    • Configures job to run on ubuntu-latest.
    • Installs dependencies with bun install --frozen.
    • Executes tests with bun test --timeout 30000 --coverage.
  • Removed Workflow:
    • Deletes supabase-migrate-staging.yml, which handled Supabase migrations to staging.

This description was created by Ellipsis for 386d845. You can customize this summary. It will automatically update as commits are pushed.

@vercel

vercel Bot commented Jul 14, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 15, 2025 0:04am
web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 15, 2025 0:04am

@supabase

supabase Bot commented Jul 14, 2025

Copy link
Copy Markdown

This pull request has been ignored for the connected project wowaemfasoptxrdjhilu because there are no changes detected in apps/backend/supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@Kitenite
Kitenite merged commit a967b72 into main Jul 14, 2025
3 of 6 checks passed
@Kitenite
Kitenite deleted the feat/unit-test-ci branch July 14, 2025 23:58
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