Skip to content

Commit

Permalink
Merge pull request #2506 from snyk/chore/reduce-resource-class
Browse files Browse the repository at this point in the history
chore(ci): reduce resource class
  • Loading branch information
Jahed Ahmed authored Jan 5, 2022
2 parents cd766a1 + 4a5b22d commit a4c5a7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ jobs:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
resource_class: large
steps:
- checkout
- install_project_dependencies:
Expand Down Expand Up @@ -289,7 +288,6 @@ jobs:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
resource_class: large
environment:
TEMP: /mnt/ramdisk/tmp
steps:
Expand Down Expand Up @@ -356,7 +354,6 @@ jobs:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
resource_class: large
steps:
- checkout
- install_release_dependencies
Expand Down Expand Up @@ -389,7 +386,6 @@ jobs:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
resource_class: large
steps:
- checkout
- run:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"test:jest-unit": "jest --runInBand \"/test/jest/unit/((.+)/)*[^/]+\\.spec\\.ts\"",
"test:jest-system": "jest --runInBand \"/test/jest/system/((.+)/)*[^/]+\\.spec\\.ts\"",
"test:jest-acceptance": "jest --runInBand \"/test/jest/acceptance/((.+)/)*[^/]+\\.spec\\.ts\"",
"test:packages-unit": "jest \"/packages/(.+)/test/unit/((.+)/)*[^/]+\\.spec\\.ts\"",
"test:packages-acceptance": "jest \"/packages/(.+)/test/acceptance/((.+)/)*[^/]+\\.spec\\.ts\"",
"test:packages-unit": "jest --runInBand \"/packages/(.+)/test/unit/((.+)/)*[^/]+\\.spec\\.ts\"",
"test:packages-acceptance": "jest --runInBand \"/packages/(.+)/test/acceptance/((.+)/)*[^/]+\\.spec\\.ts\"",
"test:test": "tap test/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register",
"test:smoke": "./scripts/run-smoke-tests-locally.sh"
},
Expand Down

0 comments on commit a4c5a7a

Please sign in to comment.