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 31de0e6 commit 0f13638Copy full SHA for 0f13638
.github/workflows/micrometer-stress-test.yml
@@ -30,10 +30,9 @@ jobs:
30
- name: Setup Gradle
31
uses: gradle/actions/setup-gradle@v4
32
33
- - name: Run shouldCaptureFunctionTimer test (Run ${{ matrix.run }})
+ - name: Run all micrometer-1.0 tests (Run ${{ matrix.run }})
34
run: >
35
./gradlew :agent:instrumentation:micrometer-1.0:test
36
- --tests "MicrometerTest.shouldCaptureFunctionTimer"
37
--info
38
39
- name: Upload test reports on failure
0 commit comments