Skip to content

Commit 91b713e

Browse files
committed
Update workflow
Signed-off-by: safinsaf <safinsaft@gmail.com>
1 parent 0e76edc commit 91b713e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
run: pip install -r requirements.txt
1515
- name: Run tests and collect coverage
1616
run: pytest --cov app
17+
- name: Debug
18+
run: ls -al .
1719
- name: Upload coverage to Codecov
1820
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)