mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
CI: List the directory as well
I'm really not sure which directory i'm in.
This commit is contained in:
@ -14,6 +14,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Current Directory
|
name: Current Directory
|
||||||
command: pwd
|
command: pwd
|
||||||
|
- run:
|
||||||
|
name: List Directory
|
||||||
|
command: ls -l
|
||||||
- run:
|
- run:
|
||||||
name: Test
|
name: Test
|
||||||
command: flutter test -j 1 --coverage --machine | tojunit --output junit.xml
|
command: flutter test -j 1 --coverage --machine | tojunit --output junit.xml
|
||||||
|
Reference in New Issue
Block a user