We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d1596 commit 1e979b2Copy full SHA for 1e979b2
1 file changed
.github/workflows/build.yml
@@ -4,6 +4,7 @@ jobs:
4
build:
5
runs-on: ${{ matrix.config.os }}
6
strategy:
7
+ fail-fast: false
8
matrix:
9
config:
10
- {os: ubuntu-latest, java: 11, params: "'-PtestedGradleVersion=6.9.4|7.6.3' pnpmTests" }
@@ -29,4 +30,4 @@ jobs:
29
30
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
31
cache-read-only: ${{ github.event_name == 'pull_request' }}
32
- name: Build
- 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