diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eb0eef38afa6..a99c221d4ace 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -310,13 +310,6 @@ jobs: needs: linting-done runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - include: - # GHA requires all matrix configurations to have at least one value. We don't want to set one here though. - - _: monolith - 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. # See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path @@ -344,7 +337,7 @@ jobs: - run: | set -o pipefail - WORKERS=${{ matrix.workers && 1 }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json 2>&1 | gotestfmt + COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json 2>&1 | gotestfmt shell: bash name: Run Complement Tests