Skip to content

Commit

Permalink
Split Flutter debugger bots up
Browse files Browse the repository at this point in the history
+ put slowest bots first so they're more likely to run in parallel.
  • Loading branch information
DanTup authored Oct 30, 2019
1 parent 9695307 commit 9ddb9bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest] #, macOS-latest]
node-version: [10]
dart-version: [stable, dev]
code-version: [stable, insiders]
bot: [dart, dart_debug, flutter, flutter_debug, flutter_web, misc] #, flutter_repo]
dart-version: [stable]#, dev]
code-version: [stable]#, insiders]
bot: [flutter_debug, flutter_test_debug, flutter_web_debug, flutter_repo, dart_debug, dart, flutter, misc]
include:
- dart-version: stable
flutter-version: stable
Expand Down

0 comments on commit 9ddb9bf

Please sign in to comment.