From f9687025ac61aba60459a14d9df1fd510e4475eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20=C5=BD=C3=A1=C4=8Dik?= Date: Thu, 6 Jul 2023 10:08:03 +0200 Subject: [PATCH] Check space --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 402caecf1..1f3fc3957 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,12 +119,16 @@ jobs: working-directory: ${{ github.workspace }} run: | tests/unit_tests/simpll/runTests + + - name: Check space + run: df -h - name: Run Regression Tests if: matrix.regression-tests working-directory: ${{ github.workspace }} run: | pytest tests + code-style: runs-on: ubuntu-latest