Skip to content

Commit

Permalink
Check space
Browse files Browse the repository at this point in the history
  • Loading branch information
zacikpa committed Jul 6, 2023
1 parent cc2cac6 commit f968702
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f968702

Please sign in to comment.