Skip to content

Commit 64bb9f4

Browse files
committed
⚗️ Add debug logs
1 parent ac966bf commit 64bb9f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ runs:
3434
- name: Install python dependencies
3535
shell: bash
3636
run: |
37+
pwd
38+
ls -la
3739
python -m pip install -r requirements.txt
3840
3941
- name: Find flaky tests and write to result file

0 commit comments

Comments
 (0)