add tests to pipeline
parent
bb833f4bfe
commit
a9480cc508
|
@ -2,6 +2,7 @@ image: cirrusci/flutter:3.7.5
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- analyze
|
- analyze
|
||||||
|
- test
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- flutter pub get
|
- flutter pub get
|
||||||
|
@ -13,3 +14,10 @@ analyze:
|
||||||
- flutter analyze
|
- flutter analyze
|
||||||
only:
|
only:
|
||||||
- merge_requests
|
- merge_requests
|
||||||
|
|
||||||
|
test:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- flutter test
|
||||||
|
only:
|
||||||
|
- merge_requests
|
||||||
|
|
Loading…
Reference in New Issue