From 7586f371508fa6aabe0d14c1117c0408eadf2af2 Mon Sep 17 00:00:00 2001 From: sagie gur ari Date: Wed, 6 May 2020 17:09:14 +0000 Subject: [PATCH] Enable colors in github actions --- .github/workflows/ci.yml | 2 ++ .github/workflows/publish.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e02993b..39aea48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,7 @@ name: Continuous Integration on: [push, pull_request] +env: + CLICOLOR_FORCE: 1 jobs: ci: name: Continuous Integration diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6abbee8..8e00e98 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,10 @@ name: Publish on: - push: + push: tags: - '*' +env: + CLICOLOR_FORCE: 1 jobs: build: name: Publish for ${{ matrix.os }}