Skip to content

Commit d916626

Browse files
committed
Update ls command in quality-assurance.yaml
Signed-off-by: James Bradlee <[email protected]>
1 parent d726c87 commit d916626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-assurance.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
path=${{ runner.temp }}/gradle
1919
wget -O ${{ runner.temp }}/gradle.zip $distributionUrl
2020
unzip ${{ runner.temp }}/gradle.zip -d $path
21-
ls -q1 $path
21+
ls --no-verbose -q1 $path
2222

0 commit comments

Comments
 (0)