From 97b259366c2c0487ce86a4b47ad405d1a2511420 Mon Sep 17 00:00:00 2001 From: Zain Nasir Date: Wed, 13 Nov 2024 17:35:14 -0500 Subject: [PATCH] testing --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e08fc3d39d9..bf48b701dbf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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