From af19fbaec968983f1ec2e5444123c9b29cd1ab0a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 13 Sep 2019 14:00:19 -0700 Subject: CI: add df commands to debug out-of-space --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d47259f4..d7048f06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,8 @@ unified_test: - cp example.env .env - diesel database reset && diesel migration run - cargo build + - df -h + - df -i - cargo test -- --test-threads 1 - cargo run --bin fatcatd & - cd ../python_openapi_client @@ -43,6 +45,8 @@ unified_test: - cd ../python - cp example.env .env - pipenv install --dev --deploy + - df -h + - df -i - pipenv run pytest --cov - pipenv run ./tests/cli.sh # Just errors -- cgit v1.2.3