Skip to content

ChangeType.update stac_dist/global_pesticide_grids_apr_l/global_pesticide_grids_apr_l.json #626

ChangeType.update stac_dist/global_pesticide_grids_apr_l/global_pesticide_grids_apr_l.json

ChangeType.update stac_dist/global_pesticide_grids_apr_l/global_pesticide_grids_apr_l.json #626

Workflow file for this run

name: Validate generated stac item in the PR
on:
pull_request:
branches:
- main
push:
branches:
- '**'
- '!master'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: install dependencies
run: |
pip install -r ./stac/stac-generator/requirements.txt
- name: validate stac items
run: |
pytest --tb=no ./stac/stac-generator/test/validator.py