Update test-database.yaml
This commit is contained in:
parent
f174ae4450
commit
04f7291997
|
@ -28,5 +28,4 @@ jobs:
|
||||||
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
||||||
flake8 ./app/dbTestFiller.py --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
flake8 ./app/dbTestFiller.py --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
- name: Run Database-Filler script
|
- name: Run Database-Filler script
|
||||||
run: |
|
run: cd app && python dbTestFiller.py
|
||||||
python ./app/dbTestFiller.py
|
|
||||||
|
|
Loading…
Reference in New Issue