mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-21 19:57:05 +01:00
chore: show log for debugging
This commit is contained in:
parent
19aed9611f
commit
a930964b8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-federation.yml
vendored
2
.github/workflows/test-federation.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
# https://github.com/docker/compose/issues/1294#issuecomment-374847206
|
||||
run: |
|
||||
cd packages/backend/test-federation
|
||||
docker compose up -d --scale tester=0
|
||||
docker compose up --abort-on-container-exit --scale tester=0
|
||||
- name: Test
|
||||
run: |
|
||||
cd packages/backend/test-federation
|
||||
|
|
Loading…
Reference in a new issue