Skip to content

chore: migrate CI to erlang-ci reusable workflow #33

chore: migrate CI to erlang-ci reusable workflow

chore: migrate CI to erlang-ci reusable workflow #33

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
ci:
uses: Taure/erlang-ci/.github/workflows/ci.yml@v1
with:
otp-version: '28.0'
rebar3-version: '3.26.0'
enable-eunit: false
enable-ct: true
enable-ex-doc: true