Skip to content

Commit e386001

Browse files
committed
chore: turn off debug logs && remove resource_class specification
1 parent 2eec5bd commit e386001

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
name: node/default
2626
tag: << pipeline.parameters.node_version >>
2727
working_directory: ~/repo
28-
resource_class: large
2928
steps:
3029
- checkout
3130
- install_deps
32-
- run: DEBUG=* yarn test
31+
- run: yarn test
3332
- run: yarn type-check
3433
- run: yarn lint:ci

0 commit comments

Comments
 (0)