Updates to .github/workflows/ci.yml
Removal of swap space from ci workflow.
This commit is contained in:
parent
8f22c4f776
commit
f33167d765
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -42,12 +42,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
## increases swap space for msgraph-beta-sdk-go
|
|
||||||
- name: Set Swap Space
|
|
||||||
uses: pierotofy/set-swap-space@master
|
|
||||||
with:
|
|
||||||
swap-size-gb: 12
|
|
||||||
|
|
||||||
# single setup and sum cache handling here.
|
# single setup and sum cache handling here.
|
||||||
# the results will cascade onto both testing and linting.
|
# the results will cascade onto both testing and linting.
|
||||||
- name: Setup Golang with cache
|
- name: Setup Golang with cache
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user