next.js/.github/actions/next-integration-stat/action.yml
action.yml21 lines772 B
name: 'Next.js integration status'
author: Turbopack team
description: 'Display next.js integration test failure status'

inputs:
  token:
    default: ${{ github.token }}
    description: 'GitHub token used to create the test report comment. If not specified, the default GitHub actions token will be used'

  diff_base:
    default: 'main'
    description: "The base of the test results to compare against. If not specified, will try to compare with latest main branch's test results."

  expand_full_result_message:
    default: 'false'
    description: 'Whether to include the full test failure message in the report. This is currently disabled as we have too many failed test cases, which would lead to massive comments.'

runs:
  using: node20
  main: dist/index.js
Quest for Codev2.0.0
/
SIGN IN