Skip to content

Refactor splitter.py, add helper functions, ready for FMTM integration #57

Refactor splitter.py, add helper functions, ready for FMTM integration

Refactor splitter.py, add helper functions, ready for FMTM integration #57

Workflow file for this run

name: 🧪 PyTest
on:
push:
branches: [main]
# Run tests on PR, prior to merge to main & development
pull_request:
branches: [main]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
pytest:
uses: hotosm/gh-workflows/.github/workflows/test_pytest.yml@1.2.4
with:
image_name: ghcr.io/${{ github.repository }}
tag_override: ${{ github.event_name == 'push' && 'ci' || '' }}