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
on: [push, pull_request]
env:
CLICOLOR_FORCE: 1
jobs:
ci:
name: Continuous Integration

View file

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