aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-06 19:08:29 +0530
committerGitHub <noreply@github.com>2020-07-06 19:08:29 +0530
commit04f7291997de12075617dcb921d67cab2ae653e0 (patch)
treec889e48cce0e7b2a636f224a6b600d801998644f /.github
parentf174ae445024bfdd289b6d4eb5dad583fa9b034f (diff)
Update test-database.yaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-database.yaml3
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