Skip to content

fix ci

fix ci #4

Workflow file for this run

name: ci
on: push
jobs:
test:
runs-on: ubuntu-latest
environment: cloud
steps:
- uses: actions/checkout@main
- uses: davidkhala/uv-buildpack@main
with:
test-entry-point: pytest
env:
AGENT_API_KEY: ${{secrets.AGENT_API_KEY}}
- run: uv run --active main.py
timeout-minutes: 1
continue-on-error: true