Skip to content

feat: v0.2.0 — analytics, rate limits, and blocks #19

feat: v0.2.0 — analytics, rate limits, and blocks

feat: v0.2.0 — analytics, rate limits, and blocks #19

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
agent-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: |
cd agent
pip install -e ".[dev]"
pytest -v
dashboard-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: |
cd dashboard
npm ci
npm run build