Skip to content

Commit 5f4e451

Browse files
debugging
1 parent 67b537d commit 5f4e451

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
fetch-depth: 2
2222
- name: Build and Test
2323
run: |
24+
ls
25+
pwd
26+
2427
modified_files=$(git diff --name-only HEAD~1...HEAD)
2528
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
2629

0 commit comments

Comments
 (0)