From 04f7291997de12075617dcb921d67cab2ae653e0 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 6 Jul 2020 19:08:29 +0530 Subject: Update test-database.yaml --- .github/workflows/test-database.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows/test-database.yaml') 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 -- cgit v1.2.3