Skip to content

Commit

Permalink
do not load external frontend for localdb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer committed Oct 28, 2021
1 parent ff3aae9 commit 3efda0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ jobs:
CBIO_DB_DATA_DIR: /tmp/repos/cbioportal-frontend/e2e-localdb-workspace/cbio_db_data
KC_DB_DATA_DIR: /tmp/repos/cbioportal-frontend/e2e-localdb-workspace/kc_db_data
DOCKER_IMAGE_SESSION_SERVICE: cbioportal/session-service:0.5.0
FRONTEND_TEST_DO_NOT_LOAD_EXTERNAL_FRONTEND: true


workflows:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
</profiles>

<properties>
<frontend.version>63de864b2259be3d538b4b908126b38bfa76cd43</frontend.version>
<frontend.version>8c528d620e578bae9967cdcacf24f90424fbf207</frontend.version>
<frontend.groupId>com.github.cbioportal</frontend.groupId>
<spring.version>5.2.6.RELEASE</spring.version>
<spring.integration.version>5.3.0.RELEASE</spring.integration.version>
Expand Down

0 comments on commit 3efda0c

Please sign in to comment.