Skip to content

Commit

Permalink
[INFRA] colored CI output
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Oct 19, 2023
1 parent d1a9906 commit b18ad64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ concurrency:

env:
TZ: Europe/Berlin
TERM: xterm-256color

defaults:
run:
shell: bash -Eexuo pipefail {0}
shell: script --return --quiet --command "bash -Eexuo pipefail {0}"

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ concurrency:

env:
TZ: Europe/Berlin
TERM: xterm-256color

defaults:
run:
shell: bash -Eexuo pipefail {0}
shell: script --return --quiet --command "bash -Eexuo pipefail {0}"

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci_misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ concurrency:

env:
TZ: Europe/Berlin
TERM: xterm-256color

defaults:
run:
shell: bash -Eexuo pipefail {0}
shell: script --return --quiet --command "bash -Eexuo pipefail {0}"

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci_util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ concurrency:

env:
TZ: Europe/Berlin
TERM: xterm-256color

defaults:
run:
shell: bash -Eexuo pipefail {0}
shell: script --return --quiet --command "bash -Eexuo pipefail {0}"

jobs:
build:
Expand Down

0 comments on commit b18ad64

Please sign in to comment.