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.
2 parents 80dae16 + 9ead399 commit 52594a0Copy full SHA for 52594a0
.circleci/config.yml
@@ -1,6 +1,6 @@
1
version: 2.1
2
orbs:
3
- win: circleci/windows@2.4.1
+ win: circleci/windows@5.0.0
4
5
anchors:
6
env_gradle: &env_gradle
@@ -140,13 +140,6 @@ jobs:
140
path: lib-extra/build/test-results/test
141
- store_test_results:
142
path: plugin-gradle/build/test-results/test
143
- - run:
144
- name: gradlew testNpm
145
- command: gradlew testNpm --build-cache -PSPOTLESS_EXCLUDE_MAVEN=true
146
- - store_test_results:
147
- path: testlib/build/test-results/testNpm
148
149
- path: plugin-gradle/build/test-results/testNpm
150
changelog_print:
151
<< : *env_gradle
152
steps:
0 commit comments