All checks were successful
continuous-integration/drone/pr Build is passing
17 lines
281 B
YAML
17 lines
281 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: test:all
|
|
image: cirrusci/flutter:stable
|
|
commands:
|
|
- PATH=$PATH:$HOME/.pub-cache/bin
|
|
- flutter doctor
|
|
- flutter pub global activate melos
|
|
- melos bs
|
|
- melos run test:all
|
|
|
|
trigger:
|
|
branch:
|
|
- master |