Skip to content

Commit

Permalink
ci: add ssh maximize-space plugin to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Feb 6, 2024
1 parent 63fef54 commit 98f7fbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 12288
swap-size-mb: 3072
- uses: actions/checkout@v3
- name: Setup upterm session
uses: lhotari/action-upterm@v1
Expand Down

0 comments on commit 98f7fbc

Please sign in to comment.