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
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue