Skip to content

Commit

Permalink
Merge branch 'canary' into add-allow-unauthenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSchlangen authored Nov 28, 2023
2 parents 546c6f0 + f4c1493 commit 1f05c0d
Show file tree
Hide file tree
Showing 175 changed files with 30,807 additions and 4,181 deletions.
10 changes: 4 additions & 6 deletions .github/actions/next-integration-stat/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@ author: Turbopack team
description: 'Display next.js integration test failure status'

inputs:
# Github token to use to create test report comment. If not specified, the default token will be used with username 'github-actions'
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'

# The base of the test results to compare against. If not specified, will try to compare with latest main branch's test results.
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."

# Include full test failure message in the report.
# This is currently disabled as we have too many failed test cases, causes
# too many report comment generated.
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: node16
using: node20
main: index.js
Loading

0 comments on commit 1f05c0d

Please sign in to comment.