Skip to content

Commit

Permalink
ut test insert failed to moc for main
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosyrain committed Nov 28, 2024
1 parent 03a1f06 commit 1e0e742
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,18 @@ jobs:
# 获取格式化的日期时间字符串
time=$(date '+%Y-%m-%d %H:%M:%S')
# action link
action_link="https://github.com/${{ github.event.pull_request.base.repo.full_name }}/actions/runs/${{ github.run_id }}"
echo "ACTION_TIME=${ACTION_TIME}"
echo "START_TIME=${time}"
echo "ACTION_LINK=${action_link}"
echo "ACTION_TIME=${ACTION_TIME}" >> $GITHUB_OUTPUT
echo "START_TIME=${time}" >> $GITHUB_OUTPUT
echo "ACTION_LINK=${action_link}" >> $GITHUB_OUTPUT
- uses: actions/checkout@v4
with:
fetch-depth: "3"
Expand Down Expand Up @@ -129,6 +138,7 @@ jobs:
action_time: ${{ steps.time.outputs.ACTION_TIME }}
ut_cases: ${{ steps.failed.outputs.FAIL_UT_CASES }}
pr_link: ${{ github.event.pull_request.html_url }}
action_link: ${{ steps.time.outputs.ACTION_LINK }}
job_time: ${{ steps.time.outputs.START_TIME }}
mo_host: ${{ secrets.EE_DB_ADDR }}
mo_port: ${{ secrets.EE_DB_PORT }}
Expand Down

0 comments on commit 1e0e742

Please sign in to comment.