Skip to content

Refactor sql

Refactor sql #14

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Postgres
on:
push:
branches: [ "master" ]
paths:
- '**/*.sql'
- 'Makefile'
pull_request:
branches: [ "master" ]
paths:
- '**/*.sql'
- 'Makefile'
workflow_dispatch:
jobs:
sql:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install depends
run: sudo apt-get install -qy make docker
- name: Run postgres
run: make test-postgres