mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +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:
|
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
|
php ./vendor/bin/codecept run unit --steps --debug
|
||||||
fi
|
fi
|
||||||
working-directory: ./e107_tests/
|
working-directory: ./e107_tests/
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Send code coverage report to Codecov
|
- name: Send code coverage report to Codecov
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
|
Reference in New Issue
Block a user