Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Nov 13, 2024
1 parent a6cf0a2 commit 97b2593
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,9 @@ jobs:
- cbioportal-frontend

run_api_tests:
<<: *defaults
machine:
enabled: true
image: ubuntu-2204:2023.02.1
resource_class: large
working_directory: /tmp/repos
steps:
Expand Down Expand Up @@ -311,9 +313,7 @@ jobs:
BACKEND_ROOT: /tmp/repos/cbioportal
API_TEST_FILTER: genie-public
command: |
cd cbioportal-frontend
yarn
yarn run apitests
curl -X POST http://localhost:8080/api/mutated-genes/fetch
- store_artifacts:
path: /tmp/repos/docker-compose-logs.txt
Expand Down

0 comments on commit 97b2593

Please sign in to comment.