Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed May 9, 2024
1 parent 4c32973 commit e070a73
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions catalyst-gateway/tests/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ test-fuzzer-api:
SAVE ARTIFACT cat-gateway.log.zst AS LOCAL cat-gateway.log.zst
SAVE ARTIFACT cassette.yaml AS LOCAL cassette.yaml
END
IF [ -f fail ]
RUN echo -e "\033[0;31mSchemathesis test run failed. Run the test locally to get Catalyst Gateway logs\n" && \
echo -e "\033[0;31mFailed tests:" && \
yq -PC '.http_interactions.[] | select(.status == "FAILURE")' cassette.yaml && \
exit 1
END

# test-lint-openapi - OpenAPI linting from an artifact
# testing whether the OpenAPI generated during build stage follows good practice.
Expand Down

0 comments on commit e070a73

Please sign in to comment.