Skip to content

Create input helper #26

Create input helper

Create input helper #26

Workflow file for this run

on: push
jobs:
test:
runs-on: ubuntu-latest
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['25.1']
elixir: ['1.14.5']
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- name: Run Elixir Tests
working-directory: ./2020-2021
run: |
mix deps.get
mix test