Skip to content

Commit 050009f

Browse files
committed
Stop testing node on windows because it's too slow and we test it anyway with test_npm_8.
1 parent f87bd70 commit 050009f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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)