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 7ae9a43 commit 8068b44Copy full SHA for 8068b44
.github/workflows/build-common.yml
@@ -179,7 +179,7 @@ jobs:
179
for i in {1..50}; do
180
echo "=== Test run $i/50 ==="
181
./gradlew \
182
- test \
+ :agent:instrumentation:micrometer-1.0:test \
183
-PtestJavaVersion=${{ matrix.test-java-version }} \
184
-PtestJavaVM=${{ matrix.vm }} \
185
"-Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}" \
0 commit comments