Update erlang.yml
This commit is contained in:
parent
80e8ccb550
commit
f7bf930cdb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/erlang.yml
vendored
4
.github/workflows/erlang.yml
vendored
|
@ -24,6 +24,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Compile
|
||||
run: rebar3 compile
|
||||
run: ./rebar3 compile
|
||||
- name: Run tests
|
||||
run: rebar3 do xref, dialyzer, eunit
|
||||
run: ./rebar3 do xref, dialyzer, eunit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue