Skip to content

ci: update test_pytest workflow version --> 1.0.1 #50

ci: update test_pytest workflow version --> 1.0.1

ci: update test_pytest workflow version --> 1.0.1 #50

Workflow file for this run

name: PyTest
on:
# Run tests on all pushed branches
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/[email protected]
with:
image_name: ghcr.io/${{ github.repository }}
tag_override: ${{ github.event_name == 'push' && 'ci' || '' }}