Skip to content

Commit cd8094f

Browse files
debugging2
1 parent 5f4e451 commit cd8094f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
fetch-depth: 2
2222
- name: Build and Test
2323
run: |
24-
ls
25-
pwd
24+
ls -a
2625
2726
modified_files=$(git diff --name-only HEAD~1...HEAD)
2827
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)

0 commit comments

Comments
 (0)