Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Increase free storage for unit tests
  • Loading branch information
Bartosz Jędrzejewski committed Feb 27, 2023
commit d15907565f0c88b52e8f98f94842b78b7f71652d
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