This is an automated email from the ASF dual-hosted git repository.
arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 79c7138f3 FINERACT-1724 Disable fail fast for integration tests
79c7138f3 is described below
commit 79c7138f3f3ba0ac41ec8a1dbc6d246e27970538
Author: Peter Bagrij <[email protected]>
AuthorDate: Wed Jun 7 14:32:43 2023 +0200
FINERACT-1724 Disable fail fast for integration tests
---
.github/workflows/build-mariadb.yml | 6 +++---
.github/workflows/build-mysql.yml | 6 +++---
.github/workflows/build-postgresql.yml | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index 64fcc6bcb..34b1d5acd 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -87,9 +87,9 @@ jobs:
FINERACT_REPORT_EXPORT_S3_ENABLED: true
FINERACT_REPORT_EXPORT_S3_BUCKET_NAME: fineract-reports
run: |
- ./gradlew --no-daemon --console=plain build test --fail-fast -x
doc -x :twofactor-tests:test -x :oauth2-test:test
- ./gradlew --no-daemon --console=plain :twofactor-tests:test
--fail-fast
- ./gradlew --no-daemon --console=plain :oauth2-tests:test
--fail-fast
+ ./gradlew --no-daemon --console=plain build test -x doc -x
:twofactor-tests:test -x :oauth2-test:test
+ ./gradlew --no-daemon --console=plain :twofactor-tests:test
+ ./gradlew --no-daemon --console=plain :oauth2-tests:test
- name: Archive test results
if: always()
diff --git a/.github/workflows/build-mysql.yml
b/.github/workflows/build-mysql.yml
index b3913103b..570224d7c 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -87,9 +87,9 @@ jobs:
FINERACT_REPORT_EXPORT_S3_ENABLED: true
FINERACT_REPORT_EXPORT_S3_BUCKET_NAME: fineract-reports
run: |
- ./gradlew --no-daemon --console=plain build test --fail-fast -x
doc -x :twofactor-tests:test -x :oauth2-test:test -PdbType=mysql
- ./gradlew --no-daemon --console=plain :twofactor-tests:test
--fail-fast -PdbType=mysql
- ./gradlew --no-daemon --console=plain :oauth2-tests:test
--fail-fast -PdbType=mysql
+ ./gradlew --no-daemon --console=plain build test -x doc -x
:twofactor-tests:test -x :oauth2-test:test -PdbType=mysql
+ ./gradlew --no-daemon --console=plain :twofactor-tests:test
-PdbType=mysql
+ ./gradlew --no-daemon --console=plain :oauth2-tests:test
-PdbType=mysql
- name: Archive test results
if: always()
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 561d4b277..25999790b 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -88,9 +88,9 @@ jobs:
FINERACT_REPORT_EXPORT_S3_ENABLED: true
FINERACT_REPORT_EXPORT_S3_BUCKET_NAME: fineract-reports
run: |
- ./gradlew --no-daemon --console=plain build test --fail-fast -x
doc -x :twofactor-tests:test -x :oauth2-test:test -PdbType=postgresql
- ./gradlew --no-daemon --console=plain :twofactor-tests:test
--fail-fast -PdbType=postgresql
- ./gradlew --no-daemon --console=plain :oauth2-tests:test
--fail-fast -PdbType=postgresql
+ ./gradlew --no-daemon --console=plain build test -x doc -x
:twofactor-tests:test -x :oauth2-test:test -PdbType=postgresql
+ ./gradlew --no-daemon --console=plain :twofactor-tests:test
-PdbType=postgresql
+ ./gradlew --no-daemon --console=plain :oauth2-tests:test
-PdbType=postgresql
- name: Archive test results
if: always()