Skip to content

Bbsvx 4 manage nodes disconnections at spray level (#9) #9

Bbsvx 4 manage nodes disconnections at spray level (#9)

Bbsvx 4 manage nodes disconnections at spray level (#9) #9

Workflow file for this run

name: Erlang CI
env:
BUILD_WITHOUT_QUIC: true
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:26.0.2
steps:
- uses: actions/checkout@v3
- name: Compile
run: rebar3 compile
- name: Run tests
run: rebar3 do eunit, ct