Skip to content

Fix basemapper.py threading, add wrapper func, add PMTile support #99

Fix basemapper.py threading, add wrapper func, add PMTile support

Fix basemapper.py threading, add wrapper func, add PMTile support #99

Workflow file for this run

name: pytest
on:
# Run tests on all pushed branches
push:
branches:
- "*"
# Run tests on PR, prior to merge to main & development.
pull_request:
branches:
- main
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
environment:
name: "test"
container:
image: ghcr.io/hotosm/osm-fieldwork:ci
steps:
- uses: actions/checkout@v4
- name: Run pytest
run: |
pytest