[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:
JJ Kasper
2022-05-24 14:22:40 -05:00
committed by GitHub
parent be74f79fa0
commit 987fb4d4f7
4 changed files with 12 additions and 9 deletions

View File

@@ -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']],
]);