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