Skip to content

Commit

Permalink
fix ci stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Eiko Thomas committed Dec 4, 2022
1 parent 22b868e commit 239ccd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/__tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=15 --max-line-length=127 --statistics --per-file-ignores='yacg/model/*.py:E501 E303 W391'
- name: Test with pytest
- name: Run and stuff from command line
run: |
pipenv run python3 -m unittest discover tests "test_*.py"
- name: Test run from command line
run: |
pipenv run python3 yacg.py \
--models resources/models/json/yacg_config_schema.json \
resources/models/json/yacg_model_schema.json \
--singleFileTemplates plantUml=stdout
- name: Test run from command line
run: |
bin/demoMultiFileGenerator.sh
- name: Test run from command line
run: |
bin/generateRandomData_example.sh
bin/runGithubActions.sh
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.8.2 - 5.8.4
* CI fixes

# 5.8.1
* fix bug with array constraints for nested arrays

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.8.1
5.8.4

0 comments on commit 239ccd7

Please sign in to comment.