From f94db09551a0a1742752e782df2f795527ac2343 Mon Sep 17 00:00:00 2001 From: "Sean M. Collins" Date: Mon, 10 Mar 2025 17:57:48 -0400 Subject: [PATCH] Do not pre-create database Let jetzig create it via the commands --- .github/workflows/CI.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 623f117..9ba56a9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,8 +21,6 @@ jobs: # Create postgres server # https://github.com/marketplace/actions/setup-postgresql-for-linux-macos-windows - uses: ikalnytskyi/action-setup-postgres@v7 - with: - database: test # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3