Merge pull request #6206 from r-peschke/github_models.yml_generate_model

github models.yml: generate models.py for backend check_json
This commit is contained in:
Ralf Peschke 2021-08-11 11:49:10 +02:00 committed by GitHub
commit 59f6fa1ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -44,5 +44,8 @@ jobs:
- name: set pythonpath
run: echo "PYTHONPATH=openslides-backend" >> $GITHUB_ENV
- name: generate models.py for next step
run: python openslides-backend/cli/generate_models.py
- name: Validate example-data.json
run: python openslides-backend/cli/check_json.py docs/example-data.json docker/initial-data.json