Skip to content

Update test.yml for manual triggering of tests #149

Update test.yml for manual triggering of tests

Update test.yml for manual triggering of tests #149

Workflow file for this run

name: Test
on:
workflow_dispatch:
branches:
- dev
- main
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
call-pytest-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/reusable-pytest.yml@v0.11.1
with:
local_package_name: tile_mate
python_versions: >-
["3.9", "3.10", "3.11", "3.12"]