1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

57 Commits

Author SHA1 Message Date
Nick Liu
d7e083b59a
Fix Code Climate test coverage reports on wrong branch
GitHub Actions actions/checkout@v1 checked out code as a detached HEAD,
which caused Code Climate test coverage reports to appear as on the HEAD branch.

Coverage reports should now appear on an upstream branch.

From the actions/checkout@v2 release notes: https://github.com/actions/checkout/blob/v2/README.md

> - Creates a local branch
>   - No longer detached HEAD when checking out a branch
>   - A local branch is created with the corresponding upstream branch set
2019-12-29 13:20:35 +01:00
Nick Liu
939d01271c
GitHub Actions: Upload code coverage report to Code Climate as well 2019-12-28 16:57:30 +01:00
Nick Liu
20ed1ecb00
Enable xdebug in PHP 5.6 builds 2019-12-28 10:58:07 +01:00
Nick Liu
16ca1494e3
GitHub Actions workflow renamed "Test e107" => "Unit Tests" 2019-12-26 10:18:26 -08:00
Deltik
4e7d76235c
Removed GitLab CI 2019-12-03 23:09:28 -06:00
Deltik
8d60076054
Fail GitHub Actions build when any tests fail 2019-11-28 23:00:56 -06:00
Deltik
e8cc0fb462
Attempt to port from GitLab CI to GitHub Actions 2019-11-28 22:39:54 -06:00