Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoieh committed Nov 30, 2024
1 parent 7b1fe72 commit 287bfc5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
name: unit_test
runs-on: ubuntu-22.04
steps:
- name: maximize build space
uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c # ratchet:easimon/maximize-build-space@v10
with:
root-reserve-mb: 38912
swap-size-mb: 4096
remove-dotnet: "true"
remove-android: "true"
- name: Increase swapfile
run: |
sudo swapoff -a
sudo fallocate -l 15G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon --show
- uses: actions/checkout@v4
with:
submodules: 'recursive'
Expand Down

0 comments on commit 287bfc5

Please sign in to comment.