Skip to content

Commit

Permalink
github: use actions/reclaim-memory in tests job
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jan 11, 2025
1 parent 8449409 commit 7557bba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ jobs:
- name: Tune disk performance
uses: ./.github/actions/tune-disk-performance

- name: Reclaim some memory
uses: ./.github/actions/reclaim-memory

- name: Reclaim disk space
uses: ./.github/actions/reclaim-disk-space

Expand Down Expand Up @@ -317,6 +320,9 @@ jobs:
- name: Tune disk performance
uses: ./.github/actions/tune-disk-performance

- name: Reclaim some memory
uses: ./.github/actions/reclaim-memory

- name: Reclaim disk space
uses: ./.github/actions/reclaim-disk-space

Expand Down

0 comments on commit 7557bba

Please sign in to comment.