Skip to content

Commit fa4784a

Browse files
committed
Capture test failures for npm tests.
1 parent eb8db28 commit fa4784a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ anchors:
4444
path: plugin-gradle/build/test-results/test
4545
jobs:
4646
# gradlew spotlessCheck assemble testClasses
47-
assemble_testClasses:
47+
assemble_testClasses:
4848
<<: *env_gradle_large
4949
steps:
5050
- checkout
@@ -102,19 +102,19 @@ jobs:
102102
name: gradlew npmTest
103103
command: ./gradlew npmTest --build-cache
104104
- store_test_results:
105-
path: testlib/build/test-results/npm
105+
path: testlib/build/test-results/NpmTest
106106
- store_test_results:
107-
path: plugin-maven/build/test-results/npm
107+
path: plugin-maven/build/test-results/NpmTest
108108
- store_test_results:
109-
path: plugin-gradle/build/test-results/npm
109+
path: plugin-gradle/build/test-results/NpmTest
110110
test_windows:
111111
executor:
112112
name: win/default
113113
shell: cmd.exe
114114
steps:
115115
- checkout
116116
- run:
117-
name: install
117+
name: install
118118
command: choco install ojdkbuild8
119119
- run:
120120
name: gradlew check
@@ -129,9 +129,9 @@ jobs:
129129
name: gradlew npmTest
130130
command: gradlew npmTest --build-cache -PSPOTLESS_EXCLUDE_MAVEN=true
131131
- store_test_results:
132-
path: testlib/build/test-results/npm
132+
path: testlib/build/test-results/NpmTest
133133
- store_test_results:
134-
path: plugin-gradle/build/test-results/npm
134+
path: plugin-gradle/build/test-results/NpmTest
135135
changelog_print:
136136
<< : *env_gradle
137137
steps:

0 commit comments

Comments
 (0)