Skip to content

Commit

Permalink
chore: free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Aug 2, 2024
1 parent 0b50fe6 commit 2500087
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ on:

jobs:
lint_test:
uses: babylonchain/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
integration-tests-command: |
sudo make test-e2e
runs-on: ubuntu-latest
steps:
- uses: jlumbroso/free-disk-space@main
# - uses: babylonchain/.github/.github/workflows/[email protected]
# with:
# run-unit-tests: true
# run-integration-tests: true
# run-lint: true
# integration-tests-command: |
# sudo make test-e2e

docker_pipeline:
uses: babylonchain/.github/.github/workflows/[email protected]
secrets: inherit
Expand Down

0 comments on commit 2500087

Please sign in to comment.