mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00
Do not pre-create database
Let jetzig create it via the commands
This commit is contained in:
parent
46a311174f
commit
f94db09551
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user