Trying to expand memory a bit.
This commit is contained in:
parent
893b371017
commit
455ee64a88
5
.github/workflows/build_tests_action.yml
vendored
5
.github/workflows/build_tests_action.yml
vendored
@ -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
|
||||
|
5
.github/workflows/temp_action.yml
vendored
5
.github/workflows/temp_action.yml
vendored
@ -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…
x
Reference in New Issue
Block a user