Skip to content

Commit 1e979b2

Browse files
committed
Disable fail-fast for GH build workflows
1 parent d4d1596 commit 1e979b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
build:
55
runs-on: ${{ matrix.config.os }}
66
strategy:
7+
fail-fast: false
78
matrix:
89
config:
910
- {os: ubuntu-latest, java: 11, params: "'-PtestedGradleVersion=6.9.4|7.6.3' pnpmTests" }
@@ -29,4 +30,4 @@ jobs:
2930
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
3031
cache-read-only: ${{ github.event_name == 'pull_request' }}
3132
- name: Build
32-
run: ./gradlew "-Pcom.github.gradle.node.predictivetestselection=${{ github.event_name == 'pull_request' }}" ${{ matrix.config.params }}
33+
run: ./gradlew "-Pcom.github.gradle.node.predictivetestselection=${{ github.event_name == 'pull_request' }}" ${{ matrix.config.params }}

0 commit comments

Comments
 (0)