Skip to content

🧪 PyTest

🧪 PyTest #1

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@2.0.5
# with:
# image_name: ghcr.io/${{ github.repository }}