From 6236265f1ab6f40279a7bd802236220a7605fd76 Mon Sep 17 00:00:00 2001 From: yage Date: Tue, 20 Feb 2024 22:20:27 -0700 Subject: [PATCH] ok --- .circleci/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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