Skip to content

Commit 52594a0

Browse files
authored
chore(deps): update win orb to v5 (#1333)
2 parents 80dae16 + 9ead399 commit 52594a0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.circleci/config.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
win: circleci/windows@2.4.1
3+
win: circleci/windows@5.0.0
44

55
anchors:
66
env_gradle: &env_gradle
@@ -140,13 +140,6 @@ jobs:
140140
path: lib-extra/build/test-results/test
141141
- store_test_results:
142142
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-
- store_test_results:
149-
path: plugin-gradle/build/test-results/testNpm
150143
changelog_print:
151144
<< : *env_gradle
152145
steps:

0 commit comments

Comments
 (0)