Skip to content

Address first set of review #38

Address first set of review

Address first set of review #38

Workflow file for this run

name: Test Postgres
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Postgres
run: |
cd postgres
docker compose -f docker-compose.test.yml run --rm utils