mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-12 21:06:39 +02: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]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
|
env:
|
||||||
|
TERM: xterm-color
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
:ENV
|
|
||||||
export TERM="xterm-color"
|
|
||||||
:ARGS
|
:ARGS
|
||||||
-f 176_utf8_design_list.cfg -l
|
-f 176_utf8_design_list.cfg -l
|
||||||
:INPUT
|
:INPUT
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
:ENV
|
|
||||||
export TERM="xterm-color"
|
|
||||||
:ARGS
|
:ARGS
|
||||||
-f 177_utf8_generate_box.cfg -s 21x8 -ac
|
-f 177_utf8_generate_box.cfg -s 21x8 -ac
|
||||||
:INPUT
|
:INPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user