ok
This commit is contained in:
parent
ef79734fac
commit
96fa049fb6
@ -13,7 +13,7 @@ executors:
|
|||||||
nodejs:
|
nodejs:
|
||||||
docker:
|
docker:
|
||||||
- image: node:18
|
- image: node:18
|
||||||
resource_class: large
|
resource_class: medium
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -23,11 +23,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout:
|
- checkout:
|
||||||
path: ~/scwrypts
|
path: ~/scwrypts
|
||||||
- run: |
|
- run:
|
||||||
: \
|
name: pytest
|
||||||
&& pip install . .[test] \
|
command: |
|
||||||
&& pytest \
|
: \
|
||||||
;
|
&& pip install . .[test] \
|
||||||
|
&& pytest \
|
||||||
|
;
|
||||||
|
|
||||||
python-publish:
|
python-publish:
|
||||||
executor: python
|
executor: python
|
||||||
|
Loading…
Reference in New Issue
Block a user