From 8d600760546966e0c7554ae8dbcd8d7c527e28e0 Mon Sep 17 00:00:00 2001 From: Deltik Date: Thu, 28 Nov 2019 23:00:56 -0600 Subject: [PATCH] Fail GitHub Actions build when any tests fail --- .github/codecov.yml | 2 +- .github/workflows/test-e107.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index fbed9aa68..e09972517 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,2 +1,2 @@ ignore: - - "./e107_tests/**/*" \ No newline at end of file + - "e107_tests/**/*" \ No newline at end of file diff --git a/.github/workflows/test-e107.yml b/.github/workflows/test-e107.yml index 02150ee4c..6c6897294 100644 --- a/.github/workflows/test-e107.yml +++ b/.github/workflows/test-e107.yml @@ -87,7 +87,6 @@ jobs: php ./vendor/bin/codecept run unit --steps --debug fi working-directory: ./e107_tests/ - continue-on-error: true - name: Send code coverage report to Codecov uses: codecov/codecov-action@v1