From b76f8cac3f723d6662e5e94e9f77a9a4be037401 Mon Sep 17 00:00:00 2001 From: komagata Date: Wed, 30 Nov 2022 16:47:49 +0900 Subject: [PATCH] =?UTF-8?q?capybara=E3=82=A8=E3=83=A9=E3=83=BC=E6=99=82?= =?UTF-8?q?=E3=81=AEscreenshot=E3=81=AE=E4=BF=9D=E5=AD=98=E5=85=88?= =?UTF-8?q?=E3=82=92=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CircleCIでスクショが見れなくなっていたので。 --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9a8374af511..7f1236d8b0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,8 +85,7 @@ jobs: - store_test_results: path: test/reports - store_artifacts: - path: /tmp/test-results - destination: test-results + path: tmp/screenshots workflows: build_and_test: jobs: