Skip to content

Commit

Permalink
this is driving me crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Nov 13, 2024
1 parent 9f841dd commit a6cf0a2
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,10 @@ jobs:
FRONTEND_TEST_DO_NOT_LOAD_EXTERNAL_FRONTEND: true

pull_cbioportal_test_codebase:
<<: *defaults
machine:
enabled: true
image: ubuntu-2204:2023.02.1
resource_class: medium
working_directory: /tmp/repos
steps:
- run:
Expand All @@ -239,7 +242,10 @@ jobs:
- cbioportal-test

pull_cbioportal_backend_codebase:
<<: *defaults
machine:
enabled: true
image: ubuntu-2204:2023.02.1
resource_class: medium
working_directory: /tmp/repos
steps:
- run:
Expand All @@ -255,7 +261,10 @@ jobs:
- cbioportal

pull_cbioportal_frontend_codebase:
<<: *defaults
machine:
enabled: true
image: ubuntu-2204:2023.02.1
resource_class: medium
working_directory: /tmp/repos
steps:
- run:
Expand All @@ -272,6 +281,7 @@ jobs:

run_api_tests:
<<: *defaults
resource_class: large
working_directory: /tmp/repos
steps:
- attach_workspace:
Expand Down

0 comments on commit a6cf0a2

Please sign in to comment.