replace porcelain with system.cmd and native timeout command, add jso… #26
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: Erlang CI | |
on: | |
push: | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
container: | |
image: erlang | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Built plt | |
run: dialyzer --build_plt --apps erts kernel stdlib mnesia | |
- name: Matrix | |
run: bash matrix |