Skip to content

Bump phoenix_ecto from 4.4.0 to 4.4.2 #161

Bump phoenix_ecto from 4.4.0 to 4.4.2

Bump phoenix_ecto from 4.4.0 to 4.4.2 #161

Workflow file for this run

on: push
jobs:
test:
runs-on: ubuntu-latest
services:
db:
image: postgres:latest
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
- uses: erlef/setup-beam@v1
with:
otp-version: "25.0.4"
elixir-version: "1.14.0"
- run: mix deps.get
- run: MIX_ENV=test mix test