From 44a91bc02251d54c8d68790d04cebfa8584a298e Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sun, 2 Aug 2026 17:45:24 +0900 Subject: [PATCH] fix(gh): improve test stability --- .github/workflows/test-federation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-federation.yml b/.github/workflows/test-federation.yml index 1005cfa058..d91dbaa07b 100644 --- a/.github/workflows/test-federation.yml +++ b/.github/workflows/test-federation.yml @@ -55,6 +55,7 @@ jobs: # https://github.com/docker/compose/issues/1294#issuecomment-374847206 run: | cd packages/backend/test-federation + touch ../../../built/._config_.json docker compose up -d --scale tester=0 - name: Print start_servers error if: ${{ steps.start_servers.outcome == 'failure' }}