aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
blob: 6afde0846514fc43ab87b3edbaafd910279ee611 (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@v1.0.0
      - uses: gleam-lang/setup-erlang@v1.0.0
        with:
          otp-version: 22.1
      - uses: gleam-lang/setup-gleam@v1.0.1
        with:
          gleam-version: 0.5.0-rc1
      - run: rebar3 install_deps
      - run: rebar3 eunit