File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,28 @@ jobs:
5555 run : |
5656 python -m pip install --upgrade hatch
5757 python -m pip install --force-reinstall -v "click==8.2.1"
58+ - run : ls
5859 - name : static analysis
5960 run : hatch fmt --check
61+ working-directory : aws-durable-execution-sdk-python
6062 - name : type checking
6163 run : hatch run types:check
64+ working-directory : aws-durable-execution-sdk-python
6265 - name : Run tests + coverage
6366 run : hatch run test:cov
67+ working-directory : aws-durable-execution-sdk-python
6468 - name : Build distribution
6569 run : hatch build
70+ working-directory : aws-durable-execution-sdk-python
71+ - name : static analysis
72+ run : hatch fmt --check
73+ working-directory : aws-durable-execution-sdk-python-testing
74+ - name : type checking
75+ run : hatch run types:check
76+ working-directory : aws-durable-execution-sdk-python-testing
77+ - name : Run tests + coverage
78+ run : hatch run test:cov
79+ working-directory : aws-durable-execution-sdk-python-testing
80+ - name : Build distribution
81+ run : hatch build
82+ working-directory : aws-durable-execution-sdk-python-testing
You can’t perform that action at this time.
0 commit comments