Skip to content

make exernal contributor env var more clear (#228) #884

make exernal contributor env var more clear (#228)

make exernal contributor env var more clear (#228) #884

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: astral-sh/setup-uv@e58605a9b6da7c637471fab8847a5e5a6b8df081 # v5
- run: uv sync
- run: uv run coverage erase && uv run coverage run -m pytest && uv run coverage report