Skip to content

Commit 595b3e4

Browse files
authored
CI: store logs (#1596)
We have a flaky spec that would be easier to debug if they were available.
1 parent ebdfd43 commit 595b3e4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,7 @@ jobs:
143143
- store_artifacts:
144144
path: tmp/capybara
145145
destination: capybara
146+
147+
- store_artifacts:
148+
path: log
149+
destination: log

0 commit comments

Comments
 (0)