Skip to content

add test: no rows with amount=0 should be generated for puvspr.dat files #1050

add test: no rows with amount=0 should be generated for puvspr.dat files

add test: no rows with amount=0 should be generated for puvspr.dat files #1050

name: Tests - Geoprocessing unit tests
on:
push:
paths:
- 'api/**'
- 'geoprocessing/**'
- '.github/**'
workflow_dispatch:
jobs:
test-geo-unit:
name: Unit tests - Geoprocessing
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Geoprocessing Unit Tests
run: make test-unit-geo