Skip to content

Merge pull request #1 from box-id/add-licence #8

Merge pull request #1 from box-id/add-licence

Merge pull request #1 from box-id/add-licence #8

Workflow file for this run

on: push
name: Tests
jobs:
test:
runs-on: ubuntu-latest
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ["24.x", "25.x"]
elixir: ["1.13.x", "1.14.x"]
env:
MIX_ENV: test
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: mix test --trace