Skip to content

Commit

Permalink
Merge branch 'canary' into exprimental-warning-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jun 16, 2022
2 parents d8fb286 + a4abc1e commit 0ce8972
Show file tree
Hide file tree
Showing 9 changed files with 438 additions and 16 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ jobs:
env:
NEXT_TELEMETRY_DISABLED: 1
NEXT_TEST_JOB: 1
TEST_TIMINGS_TOKEN: ${{ secrets.TEST_TIMINGS_TOKEN }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -401,6 +402,7 @@ jobs:
NEXT_TELEMETRY_DISABLED: 1
NEXT_TEST_JOB: 1
NEXT_TEST_REACT_VERSION: ^17
TEST_TIMINGS_TOKEN: ${{ secrets.TEST_TIMINGS_TOKEN }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -543,6 +545,7 @@ jobs:
env:
NEXT_TELEMETRY_DISABLED: 1
NEXT_TEST_JOB: 1
TEST_TIMINGS_TOKEN: ${{ secrets.TEST_TIMINGS_TOKEN }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -590,6 +593,7 @@ jobs:
NEXT_TELEMETRY_DISABLED: 1
NEXT_TEST_JOB: 1
NEXT_TEST_REACT_VERSION: ^17
TEST_TIMINGS_TOKEN: ${{ secrets.TEST_TIMINGS_TOKEN }}
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 4 additions & 0 deletions errors/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"title": "Messages",
"heading": true,
"routes": [
{
"title": "middleware-upgrade-guide",
"path": "/errors/middleware-upgrade-guide.md"
},
{
"title": "react-hydration-error",
"path": "/errors/react-hydration-error.md"
Expand Down
Loading

0 comments on commit 0ce8972

Please sign in to comment.