Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed May 9, 2024
1 parent 4d5fb0f commit a8c1bfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions catalyst-gateway/tests/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ test-fuzzer-api:
--service cat-gateway \
--allow-privileged
RUN docker run --net=host --name=st schemathesis:latest || echo fail > fail && \
docker logs cat-gateway > ./cat-gateway.log && zstd -9 cat-gateway.log && \
docker cp st:/results/junit-report.xml junit-report.xml && \
docker cp st:/results/cassette.yaml cassette.yaml
docker-compose logs cat-gateway > ./cat-gateway.log && zstd -9 cat-gateway.log && \
docker cp st:/results/junit-report.xml junit-report.xml && \
docker cp st:/results/cassette.yaml cassette.yaml
END
WAIT
SAVE ARTIFACT junit-report.xml AS LOCAL schemathesis.junit-report.xml
Expand Down

0 comments on commit a8c1bfa

Please sign in to comment.