We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf42426 commit 3bc1a1eCopy full SHA for 3bc1a1e
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: gradle/actions/setup-gradle@v4
28
with:
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 }}
- env:
33
- GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
+
0 commit comments