Increase swap size in integration tests

This commit is contained in:
Juan Font Alonso 2022-08-08 23:20:29 +02:00
parent 21ae31e77d
commit 0a29492fc5

View File

@ -11,6 +11,11 @@ jobs:
with:
fetch-depth: 2
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 10
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v14.1