Skip to content

Feature/pathofact2/extractfasta #34

Feature/pathofact2/extractfasta

Feature/pathofact2/extractfasta #34

Workflow file for this run

name: Run pytest
on:
pull_request:
branches: [main]
paths:
- "**.py"
push:
branches: [main]
paths:
- "**.py"
jobs:
pytest:
runs-on: ubuntu-latest
name: pytest
steps:
- uses: actions/[email protected]
- name: Install uv
uses: astral-sh/[email protected]
- name: Install Task
uses: go-task/setup-task@v1
- name: Run pytest via Task
run: task modules-pytest