We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d726c87 commit d916626Copy full SHA for d916626
.github/workflows/quality-assurance.yaml
@@ -18,5 +18,5 @@ jobs:
18
path=${{ runner.temp }}/gradle
19
wget -O ${{ runner.temp }}/gradle.zip $distributionUrl
20
unzip ${{ runner.temp }}/gradle.zip -d $path
21
- ls -q1 $path
+ ls --no-verbose -q1 $path
22
0 commit comments