Skip to content

Commit

Permalink
ci: set TERM in test (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp authored Aug 30, 2024
1 parent a189a18 commit dae9ba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ jobs:
- name: Install dependencies
run: mix deps.get
- name: Run tests
env:
TERM: xterm
run: mix test

0 comments on commit dae9ba7

Please sign in to comment.