Skip to content

Commit

Permalink
CI Sqlite Close cache
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 7, 2021
1 parent 7ce9552 commit 441a912
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" >> $GITHUB_ENV
echo "DB_HOST=file:$INPUT_DB.db" >> $GITHUB_ENV
echo "DB_DRIVER=sqlite3" >> $GITHUB_ENV
echo "DB_NAME=sqlite3" >> $GITHUB_ENV
echo "$DB_HOST"
Expand Down

0 comments on commit 441a912

Please sign in to comment.