We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b79928 commit ca93b9aCopy full SHA for ca93b9a
.github/workflows/mr.yml
@@ -34,4 +34,4 @@ jobs:
34
export TENCENTCLOUD_APPID=${{ secrets.TENCENTCLOUD_APPID }}
35
export TENCENTCLOUD_OWNER_UIN=${{ secrets.TENCENTCLOUD_OWNER_UIN }}
36
env
37
- sh .githooks/pre-commit
+ git diff --name-status origin/master | egrep "_test\.go$" | awk '{print $2}'
0 commit comments