Skip to content

Commit

Permalink
du
Browse files Browse the repository at this point in the history
  • Loading branch information
jachym-tousek-keboola committed Jan 7, 2025
1 parent bb84d42 commit f33bff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
swap-storage: false

- working-directory: /
run: du $baseDir | sort -rn | head -$worstOffenders
run: du | sort -rn | head -n100 -$worstOffenders

- name: Checkout
uses: actions/checkout@v4
Expand All @@ -40,7 +40,7 @@ jobs:
swap-storage: false

- working-directory: /
run: du $baseDir | sort -rn | head -$worstOffenders
run: du | sort -rn | head -n100 -$worstOffenders

- name: Setup Go, tools and caching
uses: ./.github/actions/go-setup
Expand All @@ -49,7 +49,7 @@ jobs:
cache-s3-bucket: ${{ vars.CACHE_S3_BUCKET }}

- working-directory: /
run: du $baseDir | sort -rn | head -$worstOffenders
run: du | sort -rn | head -n100 -$worstOffenders

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand Down

0 comments on commit f33bff4

Please sign in to comment.