Skip to content

feat: add api to close and purge dir #129

feat: add api to close and purge dir

feat: add api to close and purge dir #129

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [['24.3', '3.21.0'], ['25.3', '3.23.0']]
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
- name: Setup Erlang/OTP
uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp[0] }}
rebar3-version: ${{ matrix.otp[1] }}
- run: |
make
- name: Archive CT Logs
uses: actions/upload-artifact@v4.4.3
with:
name: ct-logs-${{ matrix.otp[0] }}
path: _build/test/
retention-days: 1