Skip to content

Add pi to external agents #21

Add pi to external agents

Add pi to external agents #21

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v6
with:
go-version: "stable"
- name: Unit tests (agent-kiro)
working-directory: agents/entire-agent-kiro
run: go test -race -count=1 ./...
- name: Build (agent-kiro)
working-directory: agents/entire-agent-kiro
run: go build -o /dev/null ./cmd/entire-agent-kiro