removed SQLite comments and fix if cond

This commit is contained in:
dvoraen 2022-12-01 12:55:01 -08:00
parent c3bea4aaec
commit c6882749bb
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -64,7 +64,7 @@ jobs:
# For non-coverage tests, run them in parallel.
- name: Run test suite
if: ! ${{ matrix.coverage-test }}
if: ${{ ! matrix.coverage-test }}
working-directory: testing_mygame
run: |
evennia test \