changed single polygon to merged polygon POI if uploaded multi polygon during project area edit #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR | |
on: | |
pull_request: | |
branches: | |
- main | |
- staging | |
- development | |
paths: | |
- src/backend/** | |
# Allow manual trigger (workflow_dispatch) | |
workflow_dispatch: | |
jobs: | |
frontend-tests: | |
runs-on: ubuntu-latest | |
environment: | |
name: ${{ github.ref_name }} | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: PyTest | |
uses: ./.github/workflows/reusable/pytest.yml |