This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from c75dba444e Merge pull request #5938
add 23258ad9e9 FINERACT-2421: Rework Github Actions workflow
new 6b1fa5322d Merge pull request #5935
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../actions/setup-and-build-fineract/action.yml | 60 ++++++++++++++++++++++
.github/workflows/build-core.yml | 52 ++++---------------
.github/workflows/build-cucumber.yml | 8 +--
.github/workflows/build-docker.yml | 7 +--
.github/workflows/build-documentation.yml | 2 +-
.github/workflows/build-e2e-tests.yml | 13 +++--
.github/workflows/build-mariadb.yml | 8 +--
.github/workflows/build-mysql.yml | 8 +--
.github/workflows/build-postgresql.yml | 8 +--
.github/workflows/build-progressive-loan.yml | 22 ++------
.github/workflows/build-quality-checks.yml | 14 +++--
.github/workflows/full-build-ci.yml | 9 ++++
.github/workflows/liquibase-only-postgresql.yml | 2 +-
.github/workflows/pr-title-check.yml | 2 +-
.github/workflows/publish-dockerhub.yml | 12 ++++-
.github/workflows/regression-safety-db-changes.yml | 5 +-
...un-integration-test-sequentially-postgresql.yml | 16 ++++--
.github/workflows/smoke-messaging.yml | 7 +--
.github/workflows/sonarqube.yml | 12 ++++-
.../verify-api-backward-compatibility.yml | 7 +--
.github/workflows/verify-commits.yml | 2 +-
.../verify-liquibase-backward-compatibility.yml | 2 +-
.github/workflows/verify-liquibase-ddl-safety.yml | 7 +--
23 files changed, 176 insertions(+), 109 deletions(-)
create mode 100644 .github/actions/setup-and-build-fineract/action.yml