Skip to content

Add stac_dist/eu_demography/eu_demography.json for pull request submi… #595

Add stac_dist/eu_demography/eu_demography.json for pull request submi…

Add stac_dist/eu_demography/eu_demography.json for pull request submi… #595

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