Skip to content

add example k8s config #472

add example k8s config

add example k8s config #472

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
services:
db:
image: postgres:11
ports: ['5432:5432']
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
otp-version: 22.x
elixir-version: 1.9.x
- run: mix deps.get
working-directory: ./backend
- run: mix test
working-directory: ./backend