flutter pub run test

This commit is contained in:
broodjeaap 2020-06-13 22:14:06 +02:00
parent d925afe0f4
commit 1a5606c506

View file

@ -6,8 +6,8 @@ steps:
- name: test - name: test
image: google/dart image: google/dart
commands: commands:
- pub get - flutter pub get
- pub run test - flutter pub run test
trigger: trigger:
branch: branch:
- master - master