Skip to content

Commit

Permalink
Optimize disk space during e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaSchwarze0 committed Oct 11, 2023
1 parent ccf938e commit b651666
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,16 @@ jobs:
max-parallel: 2
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@09ba4bd25af416c42e0142983065fcca855807a5
with:
root-reserve-mb: 30720
swap-size-mb: 1024
remove-android: "true"
remove-codeql: "true"
remove-docker-images: "true"
remove-dotnet: "true"
remove-haskell: "true"
- name: Check out code
uses: actions/checkout@v3
- name: Install Go
Expand Down

0 comments on commit b651666

Please sign in to comment.