Skip to content

[BUG]metersphere的jenkins插件执行接口场景用例时 测试报告显示通过,Jenkins上显示该测试请求未能通过 #5921

[BUG]metersphere的jenkins插件执行接口场景用例时 测试报告显示通过,Jenkins上显示该测试请求未能通过

[BUG]metersphere的jenkins插件执行接口场景用例时 测试报告显示通过,Jenkins上显示该测试请求未能通过 #5921

Workflow file for this run

name: Issue Open Check
on:
issues:
types: [opened]
jobs:
issue-open-add-labels:
runs-on: ubuntu-latest
steps:
- name: Add labels
uses: actions-cool/issues-helper@v2
if: ${{ !github.event.issue.pull_request }}
with:
actions: 'add-labels'
labels: '状态:待处理'