mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-09 13:36:57 +08:00
feat: add test file
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
04d1c8ed41
commit
d1e44bc3b1
17
.github/workflows/openimci.yml
vendored
17
.github/workflows/openimci.yml
vendored
@ -105,16 +105,13 @@ jobs:
|
|||||||
echo "Clean all build successfully"
|
echo "Clean all build successfully"
|
||||||
|
|
||||||
- name: push OpenIM
|
- name: push OpenIM
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
run: |
|
||||||
with:
|
date > generated.txt
|
||||||
commit_message: "cicd: robot automated Change"
|
git config user.name kubbot
|
||||||
# commit_options: '--no-verify --signoff'
|
git config user.email 3293172751ysy@gmail.com
|
||||||
branch: main
|
git add .
|
||||||
# create_branch: true
|
git commit -m "cicd: make cicd all test push"
|
||||||
# # Optional commit user and author settings
|
git push
|
||||||
# commit_user_name: kubbot # defaults to "github-actions[bot]"
|
|
||||||
# commit_user_email: 3293172751ysy@gmail.com # defaults to "41898282+github-actions[bot]@users.noreply.github.com"
|
|
||||||
# commit_author: Kubbot # defaults to author of the commit that triggered the run
|
|
||||||
|
|
||||||
- name: Collect Test Coverage File
|
- name: Collect Test Coverage File
|
||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v1.0.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user