ok
This commit is contained in:
parent
7233ced080
commit
6236265f1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user