Skip to content

chore: update XML data (#27) #7

chore: update XML data (#27)

chore: update XML data (#27) #7

Workflow file for this run

name: Erlang CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:22.0.7
steps:
- uses: actions/checkout@v2
- name: Compile
run: make
- name: Run tests
run: ct_run -pa ebin