Skip to content

dialyzer find unmatch, so remove function #134

dialyzer find unmatch, so remove function

dialyzer find unmatch, so remove function #134

Workflow file for this run

name: Erlang CI Fb3
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Firebird
run: |
sudo apt install firebird3.0-server -y
sudo cp attic/firebird.conf /etc/firebird/3.0
sudo systemctl restart firebird3.0
sudo chmod 0664 /etc/firebird/3.0/SYSDBA.password
grep '=' /etc/firebird/3.0/SYSDBA.password |sed 's/^/export /' >test_user.env
- name: Run tests
run: |
source test_user.env
rebar3 eunit