Skip to content

Prune log messages. Sort UI PR items. #47

Prune log messages. Sort UI PR items.

Prune log messages. Sort UI PR items. #47

Workflow file for this run

name: Test Python API
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch: # Allows manual trigger
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Run tests
run: |
# Add your test command, e.g., pytest
echo "Running tests..."