Merge branch 'master' into patch-3

This commit is contained in:
Jonathan Clem
2020-07-01 14:06:15 -04:00
committed by GitHub
+2 -2
View File
@@ -18,7 +18,7 @@ jobs:
with: with:
elixir-version: '1.10.3' # Define the elixir version [required] elixir-version: '1.10.3' # Define the elixir version [required]
otp-version: '22.3' # Define the OTP version [required] otp-version: '22.3' # Define the OTP version [required]
- name: Install Dependencies - name: Install dependencies
run: mix deps.get run: mix deps.get
- name: Run Tests - name: Run tests
run: mix test run: mix test