Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]chore: add supabase in github action #322

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

RaoHai
Copy link
Contributor

@RaoHai RaoHai commented Sep 3, 2024

在 github action 中增加 supabase 镜像

Copy link

vercel bot commented Sep 3, 2024

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

Name Status Preview Comments Updated (UTC)
petercat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 15, 2024 11:35am

Copy link

Walkthrough: 在 GitHub Action 中增加了 Supabase 镜像的支持,以便在 CI/CD 流程中使用 Supabase。

Changes:

文件 摘要
.github/workflows/pr-tests.yml 添加了 Supabase 服务的配置,以便在 GitHub Action 中启动和使用 Supabase。

runs-on: ubuntu-latest
services:
postgres:
image: supabase/postgres:latest

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在 GitHub Action 中添加服务时,请确保服务的健康检查和启动顺序,以避免潜在的竞态条件或服务不可用的情况。

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