Renaming in GitHub actions
This commit is contained in:
parent
d6315a9541
commit
2636b5e21d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: EUnit
|
||||
name: Integration tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: Test on OTP ${{ matrix.otp_version }} and ${{ matrix.os }}
|
||||
name: OTP ${{ matrix.otp_version }} on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
container:
|
||||
image: erlang:${{matrix.otp_version}}
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
- name: Compile
|
||||
run: rebar3 compile
|
||||
- name: Dialyze
|
||||
- name: Dialyzer
|
||||
run: rebar3 as test dialyzer
|
||||
- name: EUnit tests
|
||||
- name: EUnit
|
||||
run: TERM=xterm rebar3 eunit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue