-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'canary' into feat/remove-suspending-reducers
- Loading branch information
Showing
661 changed files
with
35,083 additions
and
9,899 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@vercel/web-tooling | ||
@vercel/turbopack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
nextest.toml @vercel/web-tooling | ||
nextest.toml @vercel/turbopack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: 'Next.js integration status' | ||
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 }} | ||
|
||
# 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' | ||
|
||
# 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' | ||
|
||
runs: | ||
using: node16 | ||
main: index.js |
Oops, something went wrong.