This commit is contained in:
parent
5e867e30ee
commit
e3cbe3b065
@ -1,11 +1,11 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
lint:
|
lint:
|
||||||
image: dart:2.18.1
|
image: dart:3.0.7
|
||||||
commands:
|
commands:
|
||||||
- dart pub get
|
- dart pub get
|
||||||
- dart analyze --fatal-infos --fatal-warnings
|
- dart analyze --fatal-infos --fatal-warnings
|
||||||
test:
|
test:
|
||||||
image: dart:2.18.1
|
image: dart:3.0.7
|
||||||
commands:
|
commands:
|
||||||
- dart pub get
|
- dart pub get
|
||||||
- dart test
|
- dart test
|
||||||
|
Loading…
Reference in New Issue
Block a user