Skip to content

Commit

Permalink
always redirect logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiKaiWi committed Mar 16, 2023
1 parent 4010832 commit 1d51e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
env:
RUST_BACKTRACE: "1"
- name: Redirect Logs
if: always()
run: |
docker logs -t ceresdb0 > /tmp/ceresdb-0.log
docker logs -t ceresdb1 > /tmp/ceresdb-1.log
Expand Down

0 comments on commit 1d51e72

Please sign in to comment.