Skip to content

Commit c4b887a

Browse files
committed
Add --no-build-cache to OpAMP debug workflow
Ensures completely fresh test runs without any cached artifacts that could mask intermittent test failures
1 parent 557cd97 commit c4b887a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug-opamp-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cache-read-only: ${{ github.event_name == 'pull_request' }}
5151
- name: Gradle test
5252
run: >
53-
./gradlew :opamp-client:test --rerun-tasks
53+
./gradlew :opamp-client:test --rerun-tasks --no-build-cache
5454
"-PtestJavaVersion=${{ matrix.test-java-version }}"
5555
"-Porg.gradle.java.installations.paths=${{ steps.setup-java-test.outputs.path }}"
5656
"-Porg.gradle.java.installations.auto-download=false"

0 commit comments

Comments
 (0)