【发布时间】:2023-06-10 13:01:01
【问题描述】:
我有两个时间表,第一个每10分钟运行我的测试,第二个运行我的凌晨 1 点进行测试。我希望 第一个计划 只运行 npm run cy:healthCheck 脚本和第二个计划 npm run cy:test 脚本。我怎样才能达到这种行为。
这是仅每 10 分钟运行一次我的 npm run cy:healthCheck 脚本的 YAML 文件 - Pastebin link of YAML
【问题讨论】:
-
如果以下回复对您有帮助,您可以Accept it as an Answer,这对阅读此主题的其他社区成员会有所帮助。
标签: azure-devops continuous-integration yaml cypress schedule