File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ runs:
106106
107107 - name : Remove warehouse
108108 if : always()
109- shell : bash
110109 continue-on-error : true
110+ shell : bash
111111 run : |
112112 bendsql cloud warehouse delete benchmark-${{ inputs.run_id }}
Original file line number Diff line number Diff line change 6969 - name : Clean test data
7070 working-directory : benchmark/clickbench
7171 if : always()
72+ continue-on-error : true
7273 shell : bash
7374 run : |
7475 bendsql query <"${{ inputs.dataset }}/clear.sql"
Original file line number Diff line number Diff line change 4141 with :
4242 github-token : ${{ inputs.github_token }}
4343 script : |
44+ let summary = `${process.env.param_summary}
45+ [View Details](https://github.com/datafuselabs/databend/actions/runs/${context.runId})`;
4446 let data = {
4547 owner: context.repo.owner,
4648 repo: context.repo.repo,
@@ -50,10 +52,10 @@ runs:
5052 details_url: process.env.param_url,
5153 output: {
5254 title: process.env.param_title,
53- summary: process.env.param_summart ,
55+ summary: summary ,
5456 },
5557 };
56- if (process.env.param_status === 'completed'' ) {
58+ if (process.env.param_status === 'completed') {
5759 data.conclusion = process.env.param_conclusion;
5860 }
5961 await github.rest.checks.create(data);
You can’t perform that action at this time.
0 commit comments