Skip to content

Commit 1be25e7

Browse files
authored
Merge pull request sherlock-project#2621 from MaxwellOldshein/feat/validate-remote-manifest-with-local-schema-before-validate-target-test-suite
feat: GitHub Actions - Validate Remote Manifest Against Local Schema Before Running Validate Modified Targets Test Suite
2 parents 9000575 + 46ad6c9 commit 1be25e7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/validate_modified_targets.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jobs:
8282
echo -e ">>> Changed targets: \n$(echo $CHANGED | tr ',' '\n')"
8383
echo "changed_targets=$CHANGED" >> "$GITHUB_OUTPUT"
8484
85+
- name: Validate remote manifest against local schema
86+
if: steps.discover-modified.outputs.changed_targets != ''
87+
run: |
88+
poetry run pytest tests/test_manifest.py::test_validate_manifest_against_local_schema
89+
8590
# --- The rest of the steps below are unchanged ---
8691

8792
- name: Validate modified targets

0 commit comments

Comments
 (0)