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