fix entrypoint
This commit is contained in:
parent
4ebae16425
commit
b51942b116
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-db/entrypoint.sh
vendored
2
.github/actions/setup-db/entrypoint.sh
vendored
|
|
@ -50,7 +50,7 @@ startPostgres() {
|
|||
|
||||
startSQLite3() {
|
||||
echo "Start SQLite3"
|
||||
echo "DB_HOST=file:$INPUT_DB.db?cache=shared&mode=memory" >> $GITHUB_ENV
|
||||
echo "DB_HOST=file:$INPUT_DB.db?cache=shared" >> $GITHUB_ENV
|
||||
echo "DB_DRIVER=sqlite3" >> $GITHUB_ENV
|
||||
echo "DB_NAME=sqlite3" >> $GITHUB_ENV
|
||||
echo "$DB_HOST"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue