Skip to content

Commit 762badd

Browse files
committed
chore: change windows size
1 parent 9b8fead commit 762badd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ windows_big: &windows_big
4747
default: ""
4848
working_directory: ~/snyk-docker-plug
4949

50-
windows_small: &windows_small
50+
windows_medium: &windows_medium
5151
executor:
5252
name: win/server-2022
5353
shell: bash.exe
54-
size: small
54+
size: medium
5555
parameters:
5656
node_version:
5757
type: string
@@ -156,7 +156,7 @@ jobs:
156156
path: test-logs.txt
157157
destination: test-logs
158158
test_jest_windows_with_docker:
159-
<<: *windows_small
159+
<<: *windows_medium
160160
parallelism: 4 # Run tests across 4 containers
161161
steps:
162162
- checkout

0 commit comments

Comments
 (0)