CI: List the directory as well

I'm really not sure which directory i'm in.
This commit is contained in:
Vishesh Handa
2020-09-05 12:52:24 +02:00
parent 16fae264de
commit b62da0ce46

View File

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