Skip to content

Commit

Permalink
update screenshot directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Jan 30, 2025
1 parent 76ff657 commit eab0262
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ jobs:
environment:
SPEC_FILE_PATTERN: << pipeline.parameters.localdb_spec_pattern >>
JUNIT_REPORT_PATH: /tmp/repo/end-to-end-test/local/junit
SCREENSHOT_DIRECTORY: /tmp/repo/end-to-end-test/local/screenshots
PORTAL_SOURCE_DIR: /tmp/repo
command: |
cd cbioportal-frontend
Expand All @@ -495,10 +494,10 @@ jobs:
- store_artifacts:
path: /tmp/repo/docker-compose-logs.txt
- store_artifacts:
path: /tmp/repo/end-to-end-test/local/screenshots
path: /local/screenshots
destination: /screenshots
- store_artifacts:
path: /tmp/repo/end-to-end-test/local/errorShots
path: /local/errorShots
destination: /errorShots
- store_test_results:
path: /tmp/repo/end-to-end-test/local/junit
Expand Down

0 comments on commit eab0262

Please sign in to comment.