From b62da0ce46f847c3a6cc61e8f79a341e54947036 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sat, 5 Sep 2020 12:52:24 +0200 Subject: [PATCH] CI: List the directory as well I'm really not sure which directory i'm in. --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) 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