Add workflow definition
This commit is contained in:
parent
539b64b8ba
commit
3820517afd
|
@ -65,4 +65,10 @@ jobs:
|
|||
command: flutter test | tojunit --output test-results
|
||||
|
||||
- store_test_results:
|
||||
path: test-results
|
||||
path: test-results
|
||||
|
||||
workflows:
|
||||
build_and_test:
|
||||
jobs:
|
||||
- lint
|
||||
- test
|
Loading…
Reference in New Issue