We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc1a1e commit 77bafa3Copy full SHA for 77bafa3
.github/workflows/build.yml
@@ -29,5 +29,5 @@ jobs:
29
cache-read-only: ${{ github.event_name == 'pull_request' }}
30
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
31
- name: Build
32
- run: ./gradlew --scan "-Pcom.github.gradle.node.predictivetestselection=${{ github.event_name == 'pull_request' }}" ${{ matrix.config.params }}
+ run: ./gradlew "-Pcom.github.gradle.node.predictivetestselection=${{ github.event_name == 'pull_request' }}" ${{ matrix.config.params }}
33
0 commit comments