Skip to content

Remove hardcoded buffer distance #34

Remove hardcoded buffer distance

Remove hardcoded buffer distance #34

Workflow file for this run

name: Test
on: [push]
env:
ORG: digitalearthafrica
IMAGE: deafrica-waterbodies
PRODUCT_CATALOG: https://raw.githubusercontent.com/digitalearthafrica/config/master/prod/products_prod.csv
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Activate Docker cache
uses: satackey/[email protected]
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true
- name: Setup deafrica-waterbodies test environment
run: |
make test-env
- name: Run deafrica-waterbodies test
run: |
make run-tests
make clean
- name: Clean deafrica-waterbodies image
run: |
(echo y) | docker container prune
(echo y) | docker image prune