fix(gh): improve test stability

This commit is contained in:
syuilo
2026-08-02 17:45:24 +09:00
parent 1f97f9925c
commit 44a91bc022
+1
View File
@@ -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' }}