forked from Speiger/Primitive-Collections
Trying to expand memory a bit.
This commit is contained in:
parent
893b371017
commit
455ee64a88
|
@ -30,6 +30,11 @@ jobs:
|
|||
- name: Forced Delay
|
||||
run: sleep 10
|
||||
|
||||
- name: Set Swap Space
|
||||
uses: pierotofy/set-swap-space@master
|
||||
with:
|
||||
swap-size-gb: 5
|
||||
|
||||
- name: Publish Test Result
|
||||
uses: EnricoMi/publish-unit-test-result-action@v1
|
||||
id: test-results
|
||||
|
|
|
@ -30,6 +30,11 @@ jobs:
|
|||
- name: Forced Delay
|
||||
run: sleep 10
|
||||
|
||||
- name: Set Swap Space
|
||||
uses: pierotofy/set-swap-space@master
|
||||
with:
|
||||
swap-size-gb: 5
|
||||
|
||||
- name: Publish Test Result
|
||||
uses: EnricoMi/publish-unit-test-result-action@v1
|
||||
id: test-results
|
||||
|
|
Loading…
Reference in New Issue