add test build

This commit is contained in:
sijinhui 2024-08-29 13:21:03 +08:00
parent 4e2e6f8e12
commit ea2579e6a9

View File

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