add test build

This commit is contained in:
sijinhui 2024-08-29 13:24:34 +08:00
parent faa761c990
commit bb4552f40a

View File

@ -32,7 +32,6 @@ jobs:
run: |
git remote add gitlab https://${GITLAB_USERNAME}:${GITLAB_PASSWORD}@gitlab.si.icu/${GITHUB_REPOSITORY}.git
git fetch --unshallow gitlab
git pull gitlab main --rebase
git push gitlab main --force # 强制推送以覆盖目标分支内容,可根据需要调整
# - name: Set up SSH key