Skip to content

Bump elliptic from 6.5.4 to 6.6.0 #23

Bump elliptic from 6.5.4 to 6.6.0

Bump elliptic from 6.5.4 to 6.6.0 #23

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
pull_request: {}
jobs:
test:
runs-on: ubuntu-18.04
services:
db:
image: postgres:11
ports: ['5432:5432']
env:
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
uses: actions/setup-elixir@v1
with:
elixir-version: '1.7.4' # Define the elixir version [required]
otp-version: '19.3' # Define the OTP version [required]
- run: mix deps.get
- run: mix test
env:
MIX_ENV: test