Skip to content

Commit 058aa7e

Browse files
authored
Update ci.yml
1 parent e0e8940 commit 058aa7e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)