Skip to content

Commit

Permalink
Don't colorize log under CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed May 4, 2024
1 parent f4fbb98 commit c9472e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/small-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
maven: [ '3.9.2']
maven: [ '3.9.2' ]
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -52,6 +52,7 @@ jobs:
maven-version: ${{ matrix.maven }}
- name: Clean caches & workspace
run: make clean
- run: echo "LOGURU_COLORIZE=NO" >> $GITHUB_ENV
- name: Run small test
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit c9472e8

Please sign in to comment.