mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-07 12:57:47 +00:00
[next] Ensure test-next-local is run in CI (#7868)
* Ensure test-next-local is run in CI * update turbo config * update timeout * update flakey test
This commit is contained in:
1
utils/chunk-tests.js
vendored
1
utils/chunk-tests.js
vendored
@@ -5,6 +5,7 @@ const NUMBER_OF_CHUNKS = 5;
|
||||
const MINIMUM_PER_CHUNK = 1;
|
||||
const runnersMap = new Map([
|
||||
['test-integration-once', ['ubuntu-latest']],
|
||||
['test-next-local', ['ubuntu-latest']],
|
||||
['test-integration-dev', ['ubuntu-latest', 'macos-latest']],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user