Add migration file for min and max amounts columns to features #821
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: 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@v3 | |
- name: Run Geoprocessing Unit Tests | |
run: make test-unit-geo |