flutter pub run test
This commit is contained in:
parent
d925afe0f4
commit
1a5606c506
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue