Skip to content

Dev/improve config file #84

Dev/improve config file

Dev/improve config file #84

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
otp: ['26', '28']
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
rebar3-version: '3.25.1'
- name: Compile and run tests
run: |
make