diff options
author | reivilibre <oliverw@matrix.org> | 2022-06-15 15:42:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 14:42:27 +0000 |
commit | 538044ac01696c1b55d0e60418bc9a6bc2b03411 (patch) | |
tree | 19c59af20fa4b07fde5336bf344c323312144445 /.github/workflows | |
parent | Track a histogram of state res durations (#13036) (diff) | |
download | synapse-538044ac01696c1b55d0e60418bc9a6bc2b03411.tar.xz |
Collapse Docker build commands in Complement CI runs to make the logs easier to read. (#13058)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4ce27ff413..56f3e46465 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -371,7 +371,7 @@ jobs: - name: "Install Complement Dependencies" run: | - sudo apt-get update && sudo apt-get install -y libolm3 libolm-dev + sudo apt-get -qq update && sudo apt-get install -qqy libolm3 libolm-dev go get -v github.com/haveyoudebuggedit/gotestfmt/v2/cmd/gotestfmt@latest - name: Run actions/checkout@v2 for synapse |