Skip to content

fix: avoid turning huge filepaths to atoms #37

fix: avoid turning huge filepaths to atoms

fix: avoid turning huge filepaths to atoms #37

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/checkout@v4.2.1
with:
submodules: recursive
- name: Setup Erlang/OTP
uses: erlef/setup-beam@v1.17.5
with:
otp-version: ${{ matrix.otp }}
rebar3-version: ${{ matrix.rebar3 }}
- run: |
make
- name: Archive CT Logs
uses: actions/upload-artifact@v4.4.3
with:
name: ct-logs
path: _build/test/
retention-days: 1