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