Skip to content

feat: org health check #2

feat: org health check

feat: org health check #2

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [develop, main]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: |
pip install pytest
python -m pytest -q