Skip to content

Commit

Permalink
remove dependency on frontend code
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Jan 7, 2025
1 parent 88320ea commit 718e259
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,19 +475,18 @@ workflows:
requires:
- checkout_pr
- pull_cbioportal_test_codebase
- pull_cbioportal_frontend_codebase
- push_image:
context:
- api-tests
requires:
- checkout_pr
- pull_cbioportal_test_codebase
- pull_cbioportal_frontend_codebase
- run_api_tests:
context:
- api-tests
requires:
- build_image
- pull_cbioportal_frontend_codebase
- run_security_tests:
context:
- docker-scout
Expand Down

0 comments on commit 718e259

Please sign in to comment.