blob: b09a8da9d897e0595c381d18da813a1856e042e4 [file] [log] [blame]
# See https://pub.dev/packages/mono_repo
sdk:
- main
stages:
- analyze_and_format:
- group:
- format
- analyze: --fatal-infos
- unit_test:
- group:
- command:
- pushd /tmp
- wget https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
- sudo dpkg -i google-chrome-beta_current_amd64.deb
- popd
- which google-chrome-beta
os:
- linux
# The config here is a regression test for https://github.com/dart-lang/test/issues/2006
- test: --timeout=60s
os:
- linux