Merge pull request #149 from tsloughter/readme-badge

update readme status badge and CI branch
This commit is contained in:
Tristan Sloughter 2021-01-04 12:22:12 -07:00 committed by GitHub
commit d9874feccf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -1,12 +1,12 @@
name: Common Test name: EUnit
on: on:
pull_request: pull_request:
branches: branches:
- 'main' - 'master'
push: push:
branches: branches:
- 'main' - 'master'
jobs: jobs:
build: build:
@ -28,4 +28,4 @@ jobs:
- name: Compile - name: Compile
run: rebar3 compile run: rebar3 compile
- name: EUnit tests - name: EUnit tests
run: rebar3 eunit run: TERM=xterm rebar3 eunit

View file

@ -3,7 +3,8 @@ Erlware Commons
Current Status Current Status
-------------- --------------
[![Build Status](https://secure.travis-ci.org/erlware/erlware_commons.png)](http://travis-ci.org/erlware/erlware_commons)
![Tests](https://github.com/erlware/erlware_commons/workflows/EUnit/badge.svg)
Introduction Introduction
------------ ------------