Skip to content

Commit

Permalink
Setting up elixir with action
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Nov 30, 2020
1 parent 549ed7f commit b813126
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ jobs:
matrix:
elixir: ['1.8', '1.9', '1.10', '1.11']

runs-on: ubuntu-latest
container:
image: elixir:${{ matrix.elixir }}-alpine
env:
MIX_ENV: test

steps:
- uses: actions/checkout@v2
- uses: actions/setup-elixir@v1
with:
otp-version: '22.3.4'
elixir-version: ${{ matrix.elixir }}

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit b813126

Please sign in to comment.