From 3820517afdbee377fd527919085ac51b8200f40f Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 5 Mar 2021 23:20:50 +0100 Subject: [PATCH] Add workflow definition --- .circleci/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b89fd07..45c0ce8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,4 +65,10 @@ jobs: command: flutter test | tojunit --output test-results - store_test_results: - path: test-results \ No newline at end of file + path: test-results + +workflows: + build_and_test: + jobs: + - lint + - test \ No newline at end of file