Skip to content

Commit

Permalink
chore: tune ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoieh committed Nov 29, 2024
1 parent 0cc0f51 commit 1a9b0d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
name: unit_test
runs-on: ubuntu-22.04
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
- uses: actions/checkout@v4
with:
submodules: 'recursive'
Expand Down

0 comments on commit 1a9b0d3

Please sign in to comment.