Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add a job for Complement with Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed Jun 6, 2022
1 parent f99f895 commit bdc55b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ jobs:
include:
# GHA requires all matrix configurations to have at least one value. We don't want to set one here though.
- _: monolith
_db: SQLite

- _: monolith
postgres: Postgres

steps:
# The path is set via a file given by $GITHUB_PATH. We need both Go 1.17 and GOPATH on the path to run Complement.
Expand Down Expand Up @@ -344,7 +348,7 @@ jobs:

- run: |
set -o pipefail
WORKERS=${{ matrix.workers && 1 }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json 2>&1 | gotestfmt
POSTGRES=${{ matrix.postgres && 1 }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json 2>&1 | gotestfmt
shell: bash
name: Run Complement Tests
Expand Down

0 comments on commit bdc55b3

Please sign in to comment.