Skip to content

Add the drivers place of birth #2

Add the drivers place of birth

Add the drivers place of birth #2

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