This commit is contained in:
zomars 2023-02-25 07:49:50 -07:00
parent 8d2587bc3a
commit 6db3b1afbe
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ description: "Cache or restore if necessary"
inputs:
DATABASE_URL:
required: false
default: postgresql://postgres:@localhost:5432/calendso
default: "postgresql://postgres:@localhost:5432/calendso"
path:
required: false
default: "backups/backup.sql"

View File

@ -18,10 +18,10 @@ jobs:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/yarn-install
- uses: ./.github/actions/env-read-file
- uses: ./.github/actions/cache-db
id: cache-db
- uses: ./.github/actions/yarn-install
- uses: ./.github/actions/env-read-file
- uses: ./.github/actions/cache-build
id: cache-build
- run: yarn db-seed