rsnext/.github/workflows
Zack Tanner 604681912b
ensure colocated unit tests run in CI & fix various failing tests (#53270)
Colocated unit tests (such as ones in `packages/next` and `packages/font`) weren't running in CI since `run-tests` marks the glob cwd as `<root>/tests`. This modifies the working directory to be the root so the new expanded test pattern will pick up files outside of `test/`.

Several of these tests were failing so there are updates in here to fix them. Specifically:

- Source Sans Pro font was renamed to Source Sans 3
- `fillCacheWithDataProperty` test was hitting the `bailOptimistic` code path
- `resolve-metadata` had an invalid assertion (`rel: icon` gets added as part of `IconsMetadata`)
- `resolve-opengraph` wasn't handling undefined images
- `server-patch-reducer` now use inline snapshots as one was failing since it now has a prefetchCache
2023-07-28 13:54:15 +00:00
..
build_and_deploy.yml Update to latest version of turborepo (#52979) 2023-07-21 10:04:06 +02:00
build_and_test.yml ensure colocated unit tests run in CI & fix various failing tests (#53270) 2023-07-28 13:54:15 +00:00
build_reusable.yml Add CI label (#53229) 2023-07-26 14:50:04 -07:00
cancel.yml Update workflow cancel handling (#50442) 2023-05-27 22:57:45 -07:00
issue_labeler.yml chore: add checkout step to issue labeler action (#47346) 2023-03-21 13:27:09 +00:00
issue_lock.yml chore: add label to locked threads (#52497) 2023-07-10 14:59:23 +02:00
issue_on_comment.yml chore: add GitHub Action to manage "+1" comments (#52866) 2023-07-20 09:34:29 +00:00
issue_stale.yml chore: add "please simplify reproduction" comment (#52631) 2023-07-14 23:30:42 +00:00
issue_validator.yml chore: add issue labeler (#43599) 2022-12-01 12:00:42 +00:00
notify_release.yml ci(workflow): notify new releases to vercel/turbo via repo_dispatch (#45201) 2023-01-24 16:41:28 -08:00
pull_request_stats.yml Update to latest version of turborepo (#52979) 2023-07-21 10:04:06 +02:00
test_examples.yml Revert "Fix pnpm ERR_INVALID_THIS on Node 20" (#51539) 2023-06-19 23:38:15 -07:00
trigger_release.yml Update to latest version of turborepo (#52979) 2023-07-21 10:04:06 +02:00