Skip to content

Commit 016b885

Browse files
authored
Test background colors for GitHub Actions output
1 parent 53e9110 commit 016b885

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
- name: Print tesseract version
6868
run: echo $(tesseract --version)
6969

70+
- name: Test background colors for GitHub Actions output
71+
run: echo $'\033[42mPassed\033[m'
72+
7073
- name: Install tox
7174
run: python -m pip install --upgrade tox
7275

0 commit comments

Comments
 (0)