Merge pull request #176 from ariel-anieli/github-action-and-otp-bump
GitHub action renaming & OTP bump
This commit is contained in:
commit
75c6bae602
1 changed files with 5 additions and 5 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: EUnit
|
name: Integration tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
@ -10,14 +10,14 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Test on OTP ${{ matrix.otp_version }} and ${{ matrix.os }}
|
name: OTP ${{ matrix.otp_version }} on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
container:
|
container:
|
||||||
image: erlang:${{matrix.otp_version}}
|
image: erlang:${{matrix.otp_version}}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
otp_version: ['26.2', '25.3', '25.2', '23.2']
|
otp_version: ['27.0', '25.3', '25.2', '23.2']
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: rebar3 compile
|
run: rebar3 compile
|
||||||
- name: Dialyze
|
- name: Dialyzer
|
||||||
run: rebar3 as test dialyzer
|
run: rebar3 as test dialyzer
|
||||||
- name: EUnit tests
|
- name: EUnit
|
||||||
run: TERM=xterm rebar3 eunit
|
run: TERM=xterm rebar3 eunit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue