Skip to content

test: ensure Erlang/OTP 27 compatibility #19

test: ensure Erlang/OTP 27 compatibility

test: ensure Erlang/OTP 27 compatibility #19

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
container:
image: erlang:27
steps:
- uses: actions/checkout@v4
- run: make
- run: make ct
- uses: actions/upload-artifact@v4
if: always()
with:
name: logs
path: logs