Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aenglisc committed Apr 30, 2023
1 parent 4f72a25 commit 79d01a2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,18 @@ jobs:
run: rebar3 dialyzer
- name: Run tests
run: rebar3 ct

erlang_25:
runs-on: ubuntu-latest

container:
image: erlang:25

steps:
- uses: actions/checkout@v2
- name: Compile
run: rebar3 compile
- name: Check types
run: rebar3 dialyzer
- name: Run tests
run: rebar3 ct

0 comments on commit 79d01a2

Please sign in to comment.