From e9a347bf9e9fe15df05e69c87fcfb29b4c14a567 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Wed, 12 Oct 2022 23:42:30 +0200 Subject: [PATCH] fix frontend test reports not saving? --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8e79da2..0d023bf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,7 +76,7 @@ jobs: command: cd frontend && npm test - store_test_results: - path: frontend-reports + path: ~/photos/frontend/frontend-reports/frontend-report.xml test-frontend-build: docker: