Skip to content

Replace Travis with GitHub actions #7

Replace Travis with GitHub actions

Replace Travis with GitHub actions #7

Workflow file for this run

on:
push:
branches: [main]
pull_request:
types: [opened, repoened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: erlef/setup-beam@v1
with:
otp-version: "27.0.1"
rebar3-version: "3.24.0"
- run: make test PROFILE=ci