Skip to content

Commit 8068b44

Browse files
committed
reduce
1 parent 7ae9a43 commit 8068b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
for i in {1..50}; do
180180
echo "=== Test run $i/50 ==="
181181
./gradlew \
182-
test \
182+
:agent:instrumentation:micrometer-1.0:test \
183183
-PtestJavaVersion=${{ matrix.test-java-version }} \
184184
-PtestJavaVM=${{ matrix.vm }} \
185185
"-Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}" \

0 commit comments

Comments
 (0)