We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8fead commit 762baddCopy full SHA for 762badd
1 file changed
.circleci/config.yml
@@ -47,11 +47,11 @@ windows_big: &windows_big
47
default: ""
48
working_directory: ~/snyk-docker-plug
49
50
-windows_small: &windows_small
+windows_medium: &windows_medium
51
executor:
52
name: win/server-2022
53
shell: bash.exe
54
- size: small
+ size: medium
55
parameters:
56
node_version:
57
type: string
@@ -156,7 +156,7 @@ jobs:
156
path: test-logs.txt
157
destination: test-logs
158
test_jest_windows_with_docker:
159
- <<: *windows_small
+ <<: *windows_medium
160
parallelism: 4 # Run tests across 4 containers
161
steps:
162
- checkout
0 commit comments