Skip to content

Commit

Permalink
Merge pull request #248 from paulo-ferraz-oliveira/feature/setup-beam
Browse files Browse the repository at this point in the history
Move to a GitHub action (instead of container-based) CI approach
  • Loading branch information
Brujo Benavides authored Apr 6, 2021
2 parents d03331a + f17db74 commit da61dec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ jobs:
ci:
name: Run checks and tests over ${{matrix.otp_vsn}} and ${{matrix.os}}
runs-on: ${{matrix.os}}
container:
image: erlang:${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: [19.3, 20.3, 21.3, 22.3, 23.0]
otp_vsn: [20, 21, 22, 23]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: erlef/[email protected]
with:
otp-version: ${{matrix.otp_vsn}}
rebar3-version: '3.14'
- run: rebar3 as test xref
- run: rebar3 as test dialyzer
- run: rebar3 as test ct
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

0 comments on commit da61dec

Please sign in to comment.