Skip to content

Merge pull request #20 from thalesmg/pop-at-least #57

Merge pull request #20 from thalesmg/pop-at-least

Merge pull request #20 from thalesmg/pop-at-least #57

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
otp: ['26.2.5', '27.1']
rebar3: ['3.22.1']
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: recursive
- name: Setup Erlang/OTP
uses: erlef/[email protected]
with:
otp-version: ${{ matrix.otp }}
rebar3-version: ${{ matrix.rebar3 }}
- run: |
make
- name: Archive CT Logs
uses: actions/[email protected]
with:
name: ct-logs-${{ matrix.otp }}
path: _build/test/
retention-days: 1