feat: implements process ring #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: practicas_as ci | |
on: push | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- uses: erlef/[email protected] | |
with: | |
otp-version: 26.2 | |
rebar3-version: 3.20.0 | |
- name: Checks | |
run: | | |
rebar3 dialyzer | |
# rebar3 eunit -v | |
rebar3 proper -c true --module prop_boolean | |
# rebar3 cover -m 100 |