Skip to content

feat: add optional stop before function to replayq:pop/2 options #32

feat: add optional stop before function to replayq:pop/2 options

feat: add optional stop before function to replayq:pop/2 options #32

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
otp: [23.2, 24.0.2]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- uses: gleam-lang/setup-erlang@v1.1.2
with:
otp-version: ${{ matrix.otp }}
- run: |
make
- name: Archive CT Logs
uses: actions/upload-artifact@v2
with:
name: ct-logs
path: _build/test/
retention-days: 1