mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 00:29:40 +02:00
chore(ci): simplify pipelines for rapid testing
- ci-main.yml: Only builds mana-core-auth, chat-backend, chat-web - test.yml: Disabled (manual trigger only) - test-coverage.yml: Disabled (manual trigger only) Archived full configs with .full.yml suffix for restoration. To restore full pipelines: cp .github/workflows/ci-main.full.yml .github/workflows/ci-main.yml cp .github/workflows/test.full.yml .github/workflows/test.yml cp .github/workflows/test-coverage.full.yml .github/workflows/test-coverage.yml 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
714298f7c8
commit
1ecdee462b
6 changed files with 756 additions and 56 deletions
14
.github/workflows/test-coverage.yml
vendored
14
.github/workflows/test-coverage.yml
vendored
|
|
@ -1,16 +1,10 @@
|
|||
# DISABLED: Only runs manually for faster iteration
|
||||
# Full config archived at: .github/workflows/test-coverage.full.yml
|
||||
# To restore: cp .github/workflows/test-coverage.full.yml .github/workflows/test-coverage.yml
|
||||
name: Test Coverage
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
# Run weekly on Sundays at 00:00 UTC
|
||||
- cron: '0 0 * * 0'
|
||||
workflow_dispatch:
|
||||
workflow_dispatch: # Manual trigger only
|
||||
|
||||
env:
|
||||
NODE_VERSION: '20'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue