Skip to content

Commit

Permalink
Add FORCE_COLOR=1 in CI Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandowner committed Dec 27, 2024
1 parent 758e880 commit 416ed63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Integration test
run: |
make integ-test GO=go
FORCE_COLOR=1 make integ-test GO=go
- name: Integration test kong
run: |
make integ-test-kong
FORCE_COLOR=1 make integ-test-kong

0 comments on commit 416ed63

Please sign in to comment.