Skip to content

Commit

Permalink
chore: move disk usage stuff to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu authored Oct 17, 2023
1 parent c1bf6b7 commit 379ace7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/pre-merge-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Display disk space
run: |
df -h
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: Display disk space
run: |
df -h
- name: Checkout Code
uses: actions/checkout@v3

Expand Down Expand Up @@ -128,6 +117,17 @@ jobs:
]

steps:
- name: Display disk space
run: |
df -h
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: Display disk space
run: |
df -h
- name: Checkout Code
uses: actions/checkout@v3

Expand Down

0 comments on commit 379ace7

Please sign in to comment.