Only run SQLite for now..

This commit is contained in:
Till Faelligen 2023-02-02 11:59:49 +01:00
parent 542c822623
commit 740ba801f5
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -23,16 +23,6 @@ jobs:
matrix:
include:
- label: SQLite
- label: SQLite, full HTTP APIs
api: full-http
- label: PostgreSQL
postgres: postgres
- label: PostgreSQL, full HTTP APIs
postgres: postgres
api: full-http
container:
image: matrixdotorg/sytest-dendrite:latest
volumes:
@ -117,26 +107,6 @@ jobs:
include:
- label: SQLite native
cgo: 0
- label: SQLite Cgo
cgo: 1
- label: SQLite native, full HTTP APIs
api: full-http
cgo: 0
- label: SQLite Cgo, full HTTP APIs
api: full-http
cgo: 1
- label: PostgreSQL
postgres: Postgres
cgo: 0
- label: PostgreSQL, full HTTP APIs
postgres: Postgres
api: full-http
cgo: 0
steps:
# Env vars are set file a file given by $GITHUB_PATH. We need both Go 1.17 and GOPATH on env to run Complement.
# See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
@ -211,13 +181,13 @@ jobs:
with:
name: Complement Logs - (Dendrite, ${{ join(matrix.*, ', ') }})
path: |
/tmp/**/integrationcover.log
/tmp/Complement/**/integrationcover.log
complement-coverage:
timeout-minutes: 5
name: "Complement Coverage"
runs-on: ubuntu-latest
needs: complement # only run once Sytest is done
needs: complement # only run once Complement is done
if: ${{ always() }}
steps:
- uses: actions/checkout@v3