Skip to content

Commit 8eb984a

Browse files
author
Robert Kruszewski
committed
no tee and timeout
1 parent d0cc1fb commit 8eb984a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ jobs:
175175
- restore_cache:
176176
key: maven-dependency-cache-{{ checksum "pom.xml" }}
177177
- *restore-build-binaries-cache
178-
- run: dev/run-style-tests.py | tee /tmp/run-style-tests.log
179-
- store_artifacts:
180-
path: /tmp/run-style-tests.log
181-
destination: run-style-tests.log
178+
- run:
179+
name: Run style tests
180+
command: dev/run-style-tests.py
181+
no_output_timeout: 15m
182182

183183
run-build-tests:
184184
# depends only on build-maven

0 commit comments

Comments
 (0)