diff --git a/.circleci/config.yml b/.circleci/config.yml index fa94e9e3..6e9e6200 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,9 @@ jobs: - run: name: Current Directory command: pwd + - run: + name: List Directory + command: ls -l - run: name: Test command: flutter test -j 1 --coverage --machine | tojunit --output junit.xml