Skip to content

Commit

Permalink
fix: exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed May 30, 2023
1 parent 07d3ee4 commit e8cbc0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ test "$(docker ps --filter name=minio-test -q)" = "" && \
(docker run --rm --name minio-test -p 9000:9000 -d minio/minio server /data || exit 1)

yarn jest "$@"
CODE=$?

docker stop redis-test minio-test

exit ${CODE}

0 comments on commit e8cbc0a

Please sign in to comment.