Skip to content

Commit

Permalink
Increase free storage for unit tests (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszjedrzejewski authored Feb 27, 2023
1 parent 33f6c86 commit a611dc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@v6
with:
root-reserve-mb: 2048
root-reserve-mb: 10240
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'

- name: Checkout Source code
uses: actions/checkout@v2
Expand Down

0 comments on commit a611dc1

Please sign in to comment.