diff options
author | 2021-06-12 21:02:36 +0300 | |
---|---|---|
committer | 2021-06-12 21:02:36 +0300 | |
commit | 9bb61c4c5bde51e5074f568a2f2f563c32c4780c (patch) | |
tree | f5600ba1ac9ee55f6b60bcd45e21d92c00e213f0 | |
parent | Rename Test Task (diff) |
Removes Redundant Line Break
Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r-- | .github/workflows/lint-test.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 512e30771..e99e6d181 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -98,8 +98,7 @@ jobs: [flake8] %(code)s: %(text)s'" - name: Run tests and generate coverage report - run: | - pytest -n auto --cov --disable-warnings -q + run: pytest -n auto --cov --disable-warnings -q # This step will publish the coverage reports coveralls.io and # print a "job" link in the output of the GitHub Action |