From 2c79aabac63ee8c6bc3455e8dd0ee8555b3331f5 Mon Sep 17 00:00:00 2001 From: Robert Fletcher Date: Mon, 24 Aug 2026 09:44:12 -0700 Subject: [PATCH] CI: store logs We have a flaky spec that would be easier to debug if they were available. --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index be2e5fb6c..00bfadc37 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -143,3 +143,7 @@ jobs: - store_artifacts: path: tmp/capybara destination: capybara + + - store_artifacts: + path: log + destination: log