Do not pre-create database

Let jetzig create it via the commands
This commit is contained in:
Sean M. Collins 2025-03-10 17:57:48 -04:00
parent 46a311174f
commit f94db09551

View File

@ -21,8 +21,6 @@ jobs:
# Create postgres server # Create postgres server
# https://github.com/marketplace/actions/setup-postgresql-for-linux-macos-windows # https://github.com/marketplace/actions/setup-postgresql-for-linux-macos-windows
- uses: ikalnytskyi/action-setup-postgres@v7 - uses: ikalnytskyi/action-setup-postgres@v7
with:
database: test
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3 - uses: actions/checkout@v3