Skip to content

Add postgres init script for db auth #34

Add postgres init script for db auth

Add postgres init script for db auth #34

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