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