Skip to content

Commit 785ffa5

Browse files
committed
address comment.
1 parent 5b95010 commit 785ffa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
- name: Run e2e tests
4646
run: bun test:e2e
4747

48-
- name: Stop container
49-
if: always()
50-
run: docker compose down
48+
- name: Print logs
49+
if: failure()
50+
run: docker compose logs

0 commit comments

Comments
 (0)