Update test-database.yaml

This commit is contained in:
Navan Chauhan 2020-07-06 19:08:29 +05:30 committed by GitHub
parent f174ae4450
commit 04f7291997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -28,5 +28,4 @@ jobs:
# 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
- name: Run Database-Filler script
run: |
python ./app/dbTestFiller.py
run: cd app && python dbTestFiller.py