diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index dbfec017604..52fe8f1ecaf 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -250,7 +250,7 @@ jobs: - name: Run tests run: | - ./gradlew --no-daemon --stacktrace test + ./gradlew --no-daemon --stacktrace test --fail-fast - name: Persist test results for sonar uses: actions/upload-artifact@v4 @@ -289,7 +289,7 @@ jobs: - name: Run tests run: | - ./gradlew --no-daemon --stacktrace test + ./gradlew --no-daemon --stacktrace test --fail-fast integration-tests: needs: build @@ -314,4 +314,4 @@ jobs: - name: Run tests run: | - ./gradlew --no-daemon --stacktrace integrationTest + ./gradlew --no-daemon --stacktrace integrationTest --fail-fast