Skip to content

Merge pull request #413 from ariel-anieli/github-actions #1

Merge pull request #413 from ariel-anieli/github-actions

Merge pull request #413 from ariel-anieli/github-actions #1

Workflow file for this run

name: Integration tests
on:
pull_request:
branches:
- 'develop'
push:
branches:
- 'develop'
jobs:
build:
name: OTP ${{ matrix.otp_version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
container:
image: erlang:${{matrix.otp_version}}
strategy:
matrix:
otp_version: ['27', '25', '23']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Configure
run: ./configure
- name: Build
run: make