Add OTP build
This commit is contained in:
parent
f7bf930cdb
commit
d261ce565d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/erlang.yml
vendored
4
.github/workflows/erlang.yml
vendored
|
@ -23,6 +23,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install Erlang/OTP
|
||||||
|
uses: erlef/setup-beam@v1
|
||||||
|
with:
|
||||||
|
otp-version: ${{ matrix.otp }}
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: ./rebar3 compile
|
run: ./rebar3 compile
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue