Skip to content

Merge pull request #37 from midarrlabs/dependabot/hex/ex_doc-0.31.1 #130

Merge pull request #37 from midarrlabs/dependabot/hex/ex_doc-0.31.1

Merge pull request #37 from midarrlabs/dependabot/hex/ex_doc-0.31.1 #130

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
env:
MIX_ENV: test
jobs:
test:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
runs-on: ubuntu-latest
strategy:
matrix:
otp: [ '24' ]
elixir: [ '1.14.3' ]
steps:
- uses: actions/checkout@v3
- uses: FedericoCarboni/setup-ffmpeg@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: mix deps.get
- run: mix test