Skip to content

Commit

Permalink
fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 7, 2021
1 parent 4ebae16 commit b51942b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-db/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b51942b

Please sign in to comment.