Skip to content

Merge pull request #32 from k32/dev/improve_config_file #85

Merge pull request #32 from k32/dev/improve_config_file

Merge pull request #32 from k32/dev/improve_config_file #85

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