Skip to content

Commit a660eb2

Browse files
workflow: remove options --color to test-all-ascii-art
1 parent e33490a commit a660eb2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,5 @@ jobs:
190190
- name: Compile
191191
run: sudo make install DEBUG=0 VENDOR_TEST=0 GUI_MODE=0
192192

193-
# yes, i know too long
194-
# the --color arguments are just for adding a missing color to the non done ascii
195193
- name: Test all the ascii art logos
196-
run: for f in assets/ascii/*; do printf "\e[31m%s\e[0m\n" "$f" && customfetch --wrap-lines -s "$f" -D assets --color "c1=!#fff111" --color "c2=!#00ff1a" --color "c3=!#faa311" --color "c4=!#343412" --color "c5=!#fff311" --color "c6=!#faa3aa" && sleep 1; done
194+
run: for f in assets/ascii/*; do printf "\e[31m%s\e[0m\n" "$f" && customfetch --wrap-lines --source "$f" -D assets && sleep 1; done

0 commit comments

Comments
 (0)