From 517ce81ce1c8456c28ad080747ff138527bd5a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8A=E3=81=95=E3=82=80=E3=81=AE=E3=81=B2=E3=81=A8?= <46447427+samunohito@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:18:43 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AD=E3=82=B0=E3=81=8C=E9=95=B7=E3=81=99?= =?UTF-8?q?=E3=81=8E=E3=81=A6=E5=87=BA=E3=81=A6=E3=81=AA=E3=81=84=E3=81=8B?= =?UTF-8?q?=E3=82=82=E3=81=97=E3=82=8C=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-federation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-federation.yml b/.github/workflows/test-federation.yml index 9bb877e845..997c752f05 100644 --- a/.github/workflows/test-federation.yml +++ b/.github/workflows/test-federation.yml @@ -72,7 +72,7 @@ jobs: if: ${{ steps.start_servers.outcome == 'failure' }} run: | cd packages/backend/test-federation - docker compose logs + docker compose logs | tail -n 300 exit 1 - name: Test run: |