mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 04:02:21 +00:00
Simplified CI setup
This commit is contained in:
parent
05644ebcd5
commit
faa0b5f6da
1 changed files with 4 additions and 18 deletions
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
|
|
@ -11,22 +11,8 @@ concurrency:
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-and-test:
|
build-check-test:
|
||||||
name: ${{ matrix.package }}
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
package:
|
|
||||||
- "@mariozechner/pi-ai"
|
|
||||||
- "@mariozechner/pi-agent-core"
|
|
||||||
- "@mariozechner/pi-coding-agent"
|
|
||||||
- "@mariozechner/pi-mom"
|
|
||||||
- "@mariozechner/pi-tui"
|
|
||||||
- "@mariozechner/pi-web-ui"
|
|
||||||
- "@mariozechner/pi-proxy"
|
|
||||||
- "@mariozechner/pi"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -46,11 +32,11 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Build workspaces
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
run: npm run --if-present check --workspace ${{ matrix.package }}
|
run: npm run check
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: npm test --if-present --workspace ${{ matrix.package }}
|
run: npm test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue