mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
Increase swap size in integration tests
This commit is contained in:
parent
21ae31e77d
commit
0a29492fc5
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test-integration.yml
vendored
5
.github/workflows/test-integration.yml
vendored
|
@ -11,6 +11,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
|
- name: Set Swap Space
|
||||||
|
uses: pierotofy/set-swap-space@master
|
||||||
|
with:
|
||||||
|
swap-size-gb: 10
|
||||||
|
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v14.1
|
uses: tj-actions/changed-files@v14.1
|
||||||
|
|
Loading…
Reference in a new issue