Skip to content

Commit 2e3fcc7

Browse files
committed
Store the spotbugs report as an artifact.
1 parent f28e489 commit 2e3fcc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ jobs:
116116
path: lib-extra/build/test-results/test
117117
- store_test_results:
118118
path: plugin-gradle/build/test-results/test
119-
- store_test_results:
119+
- store_artifacts:
120120
path: lib/build/spotbugs
121-
- store_test_results:
121+
- store_artifacts:
122122
path: lib-extra/build/spotbugs
123-
- store_test_results:
123+
- store_artifacts:
124124
path: testlib/build/spotbugs
125-
- store_test_results:
125+
- store_artifacts:
126126
path: plugin-gradle/build/spotbugs
127127
test_windows:
128128
executor:

0 commit comments

Comments
 (0)