add test build

This commit is contained in:
sijinhui 2024-08-29 13:22:44 +08:00
parent ea2579e6a9
commit faa761c990

View File

@ -32,6 +32,7 @@ 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