Skip to content

Attempt to fix Github Actions by not using Alpine Erlang image #36

Attempt to fix Github Actions by not using Alpine Erlang image

Attempt to fix Github Actions by not using Alpine Erlang image #36

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [21.3, 22.0.7, 22.3, 23.0.4, 23.2.7.0, 24.0]
container:
image: erlang:${{ matrix.otp }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile
run: rebar3 compile
- name: Tests
run: |
rebar3 xref
rebar3 dialyzer
rebar3 ct