diff --git a/.circleci/config.yml b/.circleci/config.yml index 782e5d7..8111415 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,16 +13,16 @@ executors: nodejs: docker: - image: node:18 - resource_class: small + resource_class: large jobs: python-test: executor: python - working_directory: /scwrypts/py/lib + working_directory: ~/scwrypts/py/lib steps: - checkout: - path: /scwrypts + path: ~/scwrypts - run: | : \ && pip install -e . \ @@ -31,19 +31,19 @@ jobs: python-publish: executor: python - working_directory: /scwrypts/py/lib + working_directory: ~/scwrypts/py/lib steps: - checkout: - path: /scwrypts + path: ~/scwrypts - python/dist - run: pip install twine && twine upload dist/* nodejs-test: executor: nodejs - working_directory: /scwrypts/zx/lib + working_directory: ~/scwrypts/zx/lib steps: - checkout: - path: /scwrypts + path: ~/scwrypts - restore_cache: name: restore pnpm cache @@ -69,10 +69,10 @@ jobs: nodejs-publish: executor: nodejs - working_directory: /scwrypts/zx/lib + working_directory: ~/scwrypts/zx/lib steps: - checkout: - path: /scwrypts + path: ~/scwrypts - restore_cache: name: restore pnpm cache