aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
blob: 2ce0d0d68e64144758c8acb7c99502fcf5292d00 (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.7.0-rc1
      - run: rebar3 install_deps
      - run: rebar3 eunit