mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 14:03:53 +01:00
Enable terminal colors globally for tests
This commit is contained in:
parent
2984cda0ca
commit
47b7084fa1
3
.github/workflows/boxes.yml
vendored
3
.github/workflows/boxes.yml
vendored
@ -16,6 +16,9 @@ name: build
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
env:
|
||||
TERM: xterm-color
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -1,5 +1,3 @@
|
||||
:ENV
|
||||
export TERM="xterm-color"
|
||||
:ARGS
|
||||
-f 176_utf8_design_list.cfg -l
|
||||
:INPUT
|
||||
|
@ -1,5 +1,3 @@
|
||||
:ENV
|
||||
export TERM="xterm-color"
|
||||
:ARGS
|
||||
-f 177_utf8_generate_box.cfg -s 21x8 -ac
|
||||
:INPUT
|
||||
|
Loading…
Reference in New Issue
Block a user