diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test-database.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/test-database.yaml b/.github/workflows/test-database.yaml index b119682..ebcbd24 100644 --- a/.github/workflows/test-database.yaml +++ b/.github/workflows/test-database.yaml @@ -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
\ No newline at end of file + run: cd app && python dbTestFiller.py |