Skip to content

Commit b8809bc

Browse files
author
TheSnoozer
committed
do not fail fast
1 parent af685ee commit b8809bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/default-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
name: Run integration test with Java ${{ matrix.java_version }} and Gradle ${{ matrix.gradle_version }}
5555
runs-on: ubuntu-latest
5656
needs: test
57+
continue-on-error: true
5758
strategy:
59+
fail-fast: false
5860
matrix:
5961
java_version: ['11']
6062
gradle_version: [

0 commit comments

Comments
 (0)