mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-15 04:00:38 +00:00
circleci - fix test summary
This commit is contained in:
committed by
Patrick Insinger
parent
98f49671c1
commit
561bf2c510
@@ -239,7 +239,7 @@ jobs:
|
||||
when: always
|
||||
command: |
|
||||
du -sh /tmp/test_output/*
|
||||
find /tmp/test_output -type f ! -name "pg.log" ! -name "pageserver.log" ! -name "wal_acceptor.log" ! -name "regression.diffs" -delete
|
||||
find /tmp/test_output -type f ! -name "pg.log" ! -name "pageserver.log" ! -name "wal_acceptor.log" ! -name "regression.diffs" ! -name "junit.xml" -delete
|
||||
du -sh /tmp/test_output/*
|
||||
- store_artifacts:
|
||||
path: /tmp/test_output
|
||||
|
||||
Reference in New Issue
Block a user