From 170b262147a035e92c4e7b24445cef2acda2ffa7 Mon Sep 17 00:00:00 2001
From: Alex Richey <alexrichey@DCP-APPLE-2180.local>
Date: Fri, 27 Sep 2024 15:51:49 -0400
Subject: [PATCH] tweak GHA

---
 .github/workflows/tests_metadata.yml | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/tests_metadata.yml b/.github/workflows/tests_metadata.yml
index 556ab7b..a2fe8e1 100644
--- a/.github/workflows/tests_metadata.yml
+++ b/.github/workflows/tests_metadata.yml
@@ -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