Skip to content

Bump flow from 1.2.3 to 1.2.4 #149

Bump flow from 1.2.3 to 1.2.4

Bump flow from 1.2.3 to 1.2.4 #149

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