add test: no rows with amount=0 should be generated for puvspr.dat files #1045
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: Tests - API unit tests | |
on: | |
push: | |
paths: | |
- 'api/**' | |
- 'geoprocessing/**' | |
- '.github/**' | |
workflow_dispatch: | |
jobs: | |
test-api-unit: | |
name: Unit tests - API | |
runs-on: ubuntu-22.04 | |
timeout-minutes: 10 | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Run API unit Tests | |
run: make test-unit-api |