add tests to pipeline

main
Julian Gegner 2023-03-06 19:31:37 +01:00
parent bb833f4bfe
commit a9480cc508
1 changed files with 8 additions and 0 deletions

View File

@ -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