1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Fail GitHub Actions build when any tests fail

This commit is contained in:
Deltik
2019-11-28 23:00:56 -06:00
parent e8cc0fb462
commit 8d60076054
2 changed files with 1 additions and 2 deletions

2
.github/codecov.yml vendored
View File

@@ -1,2 +1,2 @@
ignore:
- "./e107_tests/**/*"
- "e107_tests/**/*"

View File

@@ -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