aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
blob: 243ec604545e8b656e1377e9ed5081f4f486184c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: CI

on:
  push:
    branches:
      - '*'
  pull_request:

jobs:
  test:
    runs-on: ubuntu-latest
    container:
      image: erlang:22.1
    steps:
      - uses: actions/checkout@v1
      - run: rebar3 compile
      - run: rebar3 eunit