Skip to content

Commit 867b365

Browse files
committed
Repro?
1 parent ab686a0 commit 867b365

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..100}; do
180180
echo "=== Test run $i/100 ==="
181181
./gradlew \
182-
:agent:instrumentation:micrometer-1.0:test \
182+
test \
183183
--rerun-tasks \
184184
-PtestJavaVersion=${{ matrix.test-java-version }} \
185185
-PtestJavaVM=${{ matrix.vm }} \

0 commit comments

Comments
 (0)