mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
removed SQLite comments and fix if cond
This commit is contained in:
parent
c3bea4aaec
commit
c6882749bb
2 changed files with 1 additions and 4 deletions
3
.github/actions/setup-database.yml
vendored
3
.github/actions/setup-database.yml
vendored
|
|
@ -20,9 +20,6 @@ runs:
|
|||
using: "composite"
|
||||
|
||||
steps:
|
||||
# - name: Set up SQLite
|
||||
# if: inputs.database == "sqlite3"
|
||||
|
||||
- name: Set up PostgreSQL server
|
||||
if: ${{ inputs.database == "postgresql" }}
|
||||
uses: harmon758/postgresql-action@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue