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:
|
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
|
||||||
|
|
|
@ -3,7 +3,8 @@ Erlware Commons
|
||||||
|
|
||||||
Current Status
|
Current Status
|
||||||
--------------
|
--------------
|
||||||
[](http://travis-ci.org/erlware/erlware_commons)
|
|
||||||
|

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