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