Add workflow definition

pull/7/head
Oystein Kristoffer Tveit 2021-03-05 23:20:50 +01:00
parent 539b64b8ba
commit 3820517afd
1 changed files with 7 additions and 1 deletions

View File

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