Skip to content

Commit

Permalink
Merge pull request #526 from aai-institute/fix/free-disk-space
Browse files Browse the repository at this point in the history
Add step to github action for freeing disk space
  • Loading branch information
schroedk authored Mar 20, 2024
2 parents 562b9b8 + 08511b9 commit 347ccdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@ on:
type: string
required: true


env:
PY_COLORS: 1

jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
docker-images: false
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 347ccdc

Please sign in to comment.