Skip to content

Commit 03c9a8a

Browse files
committed
fix: finalize it
1 parent d233a46 commit 03c9a8a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ jobs:
138138
<<: *defaults
139139
steps:
140140
- checkout
141-
- setup_remote_docker:
142-
docker_layer_caching: true
141+
- setup_remote_docker
143142
- attach_workspace:
144143
at: ~/snyk-docker-plugin
145144
- run: npm run test-jest > test-logs.txt 2>&1
@@ -162,12 +161,14 @@ jobs:
162161

163162
- setup_npm_user
164163
- run: npm ci
164+
- run: docker version
165165
- run:
166166
name: Install JUnit coverage reporter
167167
command: npm install --no-save jest-junit
168168
- run:
169169
name: Run Windows tests
170170
command: npm run test-jest-windows --reporters=default --reporters=jest-junit
171+
no_output_timeout: 20m
171172
environment:
172173
JEST_JUNIT_OUTPUT_DIR: './reports/junit'
173174
JEST_JUNIT_ADD_FILE_ATTRIBUTE: 'true'
@@ -189,6 +190,7 @@ jobs:
189190
- run:
190191
name: Run Windows tests
191192
command: npm run test-jest-windows --reporters=default --reporters=jest-junit
193+
no_output_timeout: 20m
192194
environment:
193195
JEST_JUNIT_OUTPUT_DIR: './reports/junit'
194196
JEST_JUNIT_ADD_FILE_ATTRIBUTE: 'true'

0 commit comments

Comments
 (0)