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:
2
.github/codecov.yml
vendored
2
.github/codecov.yml
vendored
@@ -1,2 +1,2 @@
|
||||
ignore:
|
||||
- "./e107_tests/**/*"
|
||||
- "e107_tests/**/*"
|
1
.github/workflows/test-e107.yml
vendored
1
.github/workflows/test-e107.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user