From 7233ced080089b5ba41aa6d48b694f0103f36d07 Mon Sep 17 00:00:00 2001 From: yage Date: Tue, 20 Feb 2024 22:16:40 -0700 Subject: [PATCH] ok --- .circleci/config.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd3e6a1..782e5d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,8 +19,10 @@ executors: jobs: python-test: executor: python - working_directory: ./py/lib + working_directory: /scwrypts/py/lib steps: + - checkout: + path: /scwrypts - run: | : \ && pip install -e . \ @@ -29,16 +31,19 @@ jobs: python-publish: executor: python + working_directory: /scwrypts/py/lib steps: - - checkout + - checkout: + path: /scwrypts - python/dist - run: pip install twine && twine upload dist/* nodejs-test: executor: nodejs - working_directory: ./zx/lib + working_directory: /scwrypts/zx/lib steps: - - checkout + - checkout: + path: /scwrypts - restore_cache: name: restore pnpm cache @@ -64,9 +69,10 @@ jobs: nodejs-publish: executor: nodejs - working_directory: ./zx/lib + working_directory: /scwrypts/zx/lib steps: - - checkout + - checkout: + path: /scwrypts - restore_cache: name: restore pnpm cache