Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: increasing tests runner resources
  • Loading branch information
rodrigopavezi committed Dec 10, 2024
commit f110bec6a8eafa3a80b3fb40d570ce9e080fd76d
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
test-unit:
docker:
- *node_image
resource_class: large
resource_class: xlarge
working_directory: *working_directory
steps:
- attach_workspace:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- *ganache_image
- *postgres_image
- *graph_image
resource_class: large
resource_class: xlarge
working_directory: *working_directory
steps:
- attach_workspace:
Expand Down