Skip to content

Test

Test #29

Workflow file for this run

name: Erlang CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: lpgauth/erlang-scylla:26.2.2-5.2-amd64
steps:
- uses: actions/checkout@v1
- name: Compile
run: make compile
- name: Start Scylla
run: systemctl start scylla-server
- name: Run xref
run: make xref
- name: Run eunit
run: make eunit
- name: Run dialyzer
run: make dialyzer