Skip to content

Commit

Permalink
Update build to large resource class in config.yml (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
takinbo authored Sep 14, 2022
1 parent ce9dc38 commit 38bd4a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- run: psql -h localhost -d apollo -c "CREATE EXTENSION IF NOT EXISTS postgis;"
- run: pip install -r requirements/dev.txt
- run: nosetests apollo/
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
resource_class: large

workflows:
version: 2
Expand Down

0 comments on commit 38bd4a3

Please sign in to comment.