Skip to content

Fix methods on the same URL getting ignored #107

Fix methods on the same URL getting ignored

Fix methods on the same URL getting ignored #107

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['23.3']
elixir: ['1.11.4', '1.14.3']
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: mix deps.get
- run: mix test