-
Notifications
You must be signed in to change notification settings - Fork 1
Refactor CI #461
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
Refactor CI #461
Conversation
Caution Review failedThe pull request is closed. WalkthroughGitHub Actions ワークフローを再編: Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as 開発者
participant GA as GitHub Actions
participant ReuseApps as 再利用: GitHub Apps CI
participant ReuseFF as 再利用: Firebase Functions CI
participant Deploy as Deploy ジョブ
Dev->>GA: push / PR
GA->>ReuseApps: workflow_call -> GitHub Apps Tests
ReuseApps-->>GA: テスト結果
GA->>ReuseFF: workflow_call -> Firebase Functions Tests
ReuseFF-->>GA: テスト結果
GA->>Deploy: Deploy Functions (依存インストールなし)
Deploy-->>GA: デプロイ結果
Note over ReuseFF,Deploy: Firebase の依存インストールとテストは再利用ワークフロー内で実行
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
Comment |
…ions workflow" This reverts commit 72d8b86.
Summary by CodeRabbit
Chores
Tests