Skip to content

Commit

Permalink
chore(sync): add validation step before uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Oct 29, 2024
1 parent 59f6991 commit 0a2389a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/datenraum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ jobs:
- name: Download metadata from Datenraum
run: pipenv run python download_datenraum_nodes.py public/serlo-datenraum.json

- name: Validate nodes according to AMB Schema
run: pipenv run python validate_nodes.py

- name: Sync metadata from Serlo Metadata API to Datenraum
run: pipenv run python update_datenraum_nodes.py public/serlo-metadata.json public/serlo-datenraum.json

0 comments on commit 0a2389a

Please sign in to comment.