diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index 43b3e4d98b..e9eaeb68e1 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -134,7 +134,7 @@ jobs: --timing \ evennia coverage xml - coverage report | grep TOTAL + coverage report - name: Run test suite if: matrix.TESTING_DB != 'sqlite3' || matrix.python-version != '3.10'