File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments