diff --git a/.circleci/config.yml b/.circleci/config.yml index 927f7f6..b031078 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ jobs: path: reports - store_test_results: - path: reports/junit.xml + path: reports/test-results - run: name: Build site diff --git a/package.json b/package.json index 5f24c3e..4ad1a99 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "testResultsProcessor": "jest-junit" }, "jest-junit": { - "output": "./reports/junit.xml", + "output": "./reports/test-results/jest/results.xml", "suiteName": "Jest tests" }, "eslintConfig": {