Merge pull request #149 from tsloughter/readme-badge
update readme status badge and CI branch
This commit is contained in:
commit
d9874feccf
2 changed files with 6 additions and 5 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -1,12 +1,12 @@
|
|||
name: Common Test
|
||||
name: EUnit
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'master'
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -28,4 +28,4 @@ jobs:
|
|||
- name: Compile
|
||||
run: rebar3 compile
|
||||
- name: EUnit tests
|
||||
run: rebar3 eunit
|
||||
run: TERM=xterm rebar3 eunit
|
||||
|
|
|
@ -3,7 +3,8 @@ Erlware Commons
|
|||
|
||||
Current Status
|
||||
--------------
|
||||
[](http://travis-ci.org/erlware/erlware_commons)
|
||||
|
||||

|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue