We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec03390 commit 8b13493Copy full SHA for 8b13493
plugin_test.py
@@ -70,7 +70,7 @@ async def run(self):
70
f.write(f"OUTPUT<<EOF\n{output}\nEOF\n")
71
# 输出至作业摘要
72
with open(os.environ["GITHUB_STEP_SUMMARY"], "a") as f:
73
- summary = f"插件 {self.project_link} 测试结果:{'成功' if self._run else '失败'}\n"
+ summary = f"插件 {self.project_link} 加载测试结果:{'通过' if self._run else '未通过'}\n"
74
summary += f"<details><summary>测试输出</summary><pre><code>{output}</code></pre></details>"
75
f.write(f"{summary}")
76
0 commit comments