Skip to content

Added auth and a bunch of other small changes #19

Added auth and a bunch of other small changes

Added auth and a bunch of other small changes #19

Workflow file for this run

name: Verify Database
on:
pull_request:
branches:
- main
paths:
- database/**
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: execute flyway in docker 🐳
run: docker compose up --exit-code-from flyway