Skip to content

Commit

Permalink
chore: add diskfree
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Aug 6, 2024
1 parent 3c5e4f3 commit 89da374
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,17 @@ on:
- '**'

jobs:
free-disk-space:
runs-on: ubuntu-latest
steps:

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


lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.2.1
needs: free-disk-space
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@remove_go_cache
with:
run-unit-tests: true
run-integration-tests: true
Expand Down

0 comments on commit 89da374

Please sign in to comment.