Skip to content

Commit d5a68eb

Browse files
authored
Merge pull request #52 from mpalourdio/color
chore: add colors to output
2 parents f3e26cf + 2e04725 commit d5a68eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/front.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: front
22

33
on: [ push, pull_request, workflow_dispatch ]
44

5+
env:
6+
FORCE_COLOR: 3
7+
58
jobs:
69
build:
710
runs-on: ubuntu-latest

src/main/resources/application.properties

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ server.servlet.context-path=/my-context/path
1212
server.compression.enabled=true
1313
server.compression.mime-types=application/javascript,application/json,text/css,text/html,text/plain
1414
logging.config=classpath:logback-spring.xml
15+
spring.output.ansi.enabled=always

0 commit comments

Comments
 (0)