Skip to content

Commit

Permalink
fix: add action runner swap space
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Tl committed Aug 1, 2023
1 parent ac29baf commit 1381b65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
outputs:
output-sha: ${{ steps.escape_multiple_lines_test_inputs.outputs.result }}
steps:
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 10
- name: Generate axon-bot token
if: contains(github.event_name, 'workflow_dispatch') &&
github.repository_owner == 'axonweb3' && github.event.inputs.dispatch != 'regression'
Expand Down

0 comments on commit 1381b65

Please sign in to comment.