Skip to content

Commit 99f46a0

Browse files
committed
Remove --scan from GHA
1 parent e50191e commit 99f46a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
3030
cache-read-only: ${{ github.event_name == 'pull_request' }}
3131
- name: Build
32-
run: ./gradlew --scan "-Pcom.github.gradle.node.predictivetestselection=${{ github.event_name == 'pull_request' }}" ${{ matrix.config.params }}
32+
run: ./gradlew "-Pcom.github.gradle.node.predictivetestselection=${{ github.event_name == 'pull_request' }}" ${{ matrix.config.params }}

0 commit comments

Comments
 (0)