Skip to content

Commit

Permalink
Merge pull request #9873 from alisman/fxLocaldb
Browse files Browse the repository at this point in the history
Fix e2e localdb test report output
  • Loading branch information
alisman authored Nov 9, 2022
2 parents 896b25a + 5261eca commit d870515
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ jobs:
- store_artifacts:
path: /tmp/repos/cbioportal-frontend/end-to-end-test/shared/imageCompare.html
destination: /imageCompare.html
- store_artifacts:
path: /tmp/repos/cbioportal-frontend/end-to-end-test/local/junit/customReport.json
destination: /customReport.json
- store_artifacts:
path: /tmp/repos/cbioportal-frontend/end-to-end-test/local/junit/errors/
destination: /errors

environment:
PORTAL_SOURCE_DIR: /tmp/repos/cbioportal-frontend/
TEST_HOME: /tmp/repos/cbioportal-frontend/end-to-end-test/local
Expand Down

0 comments on commit d870515

Please sign in to comment.