Skip to content

only insert into fappu table once all the features_data rows have bee… #1041

only insert into fappu table once all the features_data rows have bee…

only insert into fappu table once all the features_data rows have bee… #1041

Workflow file for this run

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