Skip to content

Add stac_dist/test_item_dont_merge/test_item_dont_merge.json for pull… #787

Add stac_dist/test_item_dont_merge/test_item_dont_merge.json for pull…

Add stac_dist/test_item_dont_merge/test_item_dont_merge.json for pull… #787

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