Skip to content

Commit ca93b9a

Browse files
authored
[test]pre-commit
1 parent 9b79928 commit ca93b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
export TENCENTCLOUD_APPID=${{ secrets.TENCENTCLOUD_APPID }}
3535
export TENCENTCLOUD_OWNER_UIN=${{ secrets.TENCENTCLOUD_OWNER_UIN }}
3636
env
37-
sh .githooks/pre-commit
37+
git diff --name-status origin/master | egrep "_test\.go$" | awk '{print $2}'

0 commit comments

Comments
 (0)