Enable colors in github actions

This commit is contained in:
sagie gur ari 2020-05-06 17:09:14 +00:00
parent c59743ecef
commit 7586f37150
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,7 @@
name: Continuous Integration name: Continuous Integration
on: [push, pull_request] on: [push, pull_request]
env:
CLICOLOR_FORCE: 1
jobs: jobs:
ci: ci:
name: Continuous Integration name: Continuous Integration

View file

@ -1,8 +1,10 @@
name: Publish name: Publish
on: on:
push: push:
tags: tags:
- '*' - '*'
env:
CLICOLOR_FORCE: 1
jobs: jobs:
build: build:
name: Publish for ${{ matrix.os }} name: Publish for ${{ matrix.os }}