Skip to content

Commit

Permalink
feat: printing cat gateway logs in case of failure (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 authored Feb 27, 2024
1 parent 9a6fbc6 commit b932923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions catalyst-gateway/tests/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ test-fuzzer-api:
END
IF [ -f fail ]
RUN echo "Schemathesis run failed" && \
echo "Printing catalyst gateway logs..." && \
jq --color-output . cat-gateway.log cat-gateway.log && \
exit 1
END

Expand Down

0 comments on commit b932923

Please sign in to comment.