Skip to content

Commit 1092bfc

Browse files
committed
debugging env
1 parent 2ff9e66 commit 1092bfc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ jobs:
2121
name: Install Python Requirements
2222
runs-on: ubuntu-latest
2323
steps:
24+
- name: debug env
25+
run: |
26+
echo "current wkdir:"
27+
pwd
28+
echo "files in wkdir:"
29+
ls -al
30+
31+
2432
- name: Checkout code
2533
uses: actions/checkout@v4
2634

0 commit comments

Comments
 (0)