aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
blob: 0efa2673a6150d9c9b8a5d8d3a477eef6f8300af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: test

on:
  push:
    branches:
      - master
  pull_request:

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2.0.0
      - uses: gleam-lang/setup-erlang@v1.0.0
        with:
          otp-version: 22.2
      - uses: gleam-lang/setup-gleam@v1.0.1
        with:
          gleam-version: 0.6.0
      - run: rebar3 install_deps
      - run: rebar3 eunit