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

Commit cfd03d6

Browse files
committed
Don't hinder the monolith version in any way
1 parent c934679 commit cfd03d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
377377
- run: |
378378
set -o pipefail
379-
WORKERS=${{ matrix.workers && 1 }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json -run Test[${{ matrix.regex || '' }}] 2>&1 | gotestfmt
379+
WORKERS=${{ matrix.workers && 1 }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json ${{ matrix.regex && format('-run Test[{0}]', matrix.regex) || '' }} 2>&1 | gotestfmt
380380
shell: bash
381381
name: Run Complement Tests
382382

0 commit comments

Comments
 (0)