Skip to content

Commit

Permalink
tweak GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Richey authored and alexrichey committed Oct 1, 2024
1 parent a8213b2 commit 170b262
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/tests_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
image: nycplanning/dev:latest
steps:
- uses: actions/checkout@v4
with:
repository: NYCPlanning/product-metadata
path: product-metadata
- uses: actions/checkout@v4
with:
repository: NYCPlanning/data-engineering
path: data-engineering
- name: Validate All Files
# run: python -m dcpy.cli
run: echo "hi"
run: cd data-engineering; python -m dcpy.cli lifecycle scripts product_metadata validate_repo ../product-metadata
env:
RECIPES_BUCKET: edm-recipes
PUBLISHING_BUCKET: edm-publishing

0 comments on commit 170b262

Please sign in to comment.