Skip to content

Commit

Permalink
Changed GitHub workflow to display available disk space
Browse files Browse the repository at this point in the history
(after clean)
  • Loading branch information
ckunki committed Feb 6, 2024
1 parent 746a73e commit e786f5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- name: Setup Python & Poetry Environment
uses: ./.github/actions/prepare_poetry_env

- name: Show commit message
run: echo ${{ github.event.head_commit.message }}

- name: Run build ai-lab tests
run: >
poetry run pytest
Expand Down Expand Up @@ -57,6 +54,9 @@ jobs:
sudo rm -rf /usr/local/lib/node_modules
sudo rm -rf /opt/ghc
- name: Show available disk space
run: df -h

- name: Setup Python & Poetry Environment
uses: ./.github/actions/prepare_poetry_env

Expand Down

0 comments on commit e786f5a

Please sign in to comment.