Skip to content

Commit a26c739

Browse files
committed
Point at latest backend and turn on localdb
1 parent 7a61127 commit a26c739

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@ workflows:
376376
- end_to_end_tests:
377377
requires:
378378
- install
379-
# - end_to_end_tests_localdb:
380-
# requires:
381-
# - install
379+
- end_to_end_tests_localdb:
380+
requires:
381+
- install
382382
# - api_sync:
383383
# requires:
384384
# - install

env/custom.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#export CBIOPORTAL_URL="http://localhost:8080"
22
#export GENOME_NEXUS_URL="https://www.genomenexus.org"
3+
export BACKEND="cbioportal:release-5.0.0"

0 commit comments

Comments
 (0)