Skip to content

Commit

Permalink
ci: added term env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Mar 6, 2021
1 parent 2c60bee commit bf13474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
go-version: [1.15.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
env:
TERM: xterm-256color
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit bf13474

Please sign in to comment.