Skip to content

Commit

Permalink
Update gradle command to use ls -q1 instead of ls -1
Browse files Browse the repository at this point in the history
Signed-off-by: James Bradlee <[email protected]>
  • Loading branch information
testersen committed Apr 1, 2024
1 parent 793bec6 commit d726c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
path=${{ runner.temp }}/gradle
wget -O ${{ runner.temp }}/gradle.zip $distributionUrl
unzip ${{ runner.temp }}/gradle.zip -d $path
ls -1 $path
ls -q1 $path

0 comments on commit d726c87

Please sign in to comment.