diff --git a/.github/actions/setup-database.yml b/.github/actions/setup-database.yml index cb33aef0d5..3d38a3484a 100644 --- a/.github/actions/setup-database.yml +++ b/.github/actions/setup-database.yml @@ -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 diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index 78154b302d..8ef8d1c1d0 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -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 \