Skip to content

Commit b145d2e

Browse files
authored
Merge pull request #206 from Runnect/ci/gradle-dependency-cache
ci: GitHub Actions์— Gradle ์˜์กด์„ฑ ์บ์‹ฑ ์ ์šฉ
2 parents e5fbaf5 + 99494a8 commit b145d2e

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

โ€Ž.github/workflows/dev-cd.ymlโ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
with:
2929
java-version: '11'
3030
distribution: 'temurin'
31-
31+
cache: 'gradle'
32+
3233
# 3) ํ™˜๊ฒฝ๋ณ€์ˆ˜ ํŒŒ์ผ ์ƒ์„ฑ
3334
- name: make application.properties ํŒŒ์ผ ์ƒ์„ฑ
3435
run: |

โ€Ž.github/workflows/dev-ci.ymlโ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
with:
2727
java-version: '11'
2828
distribution: 'temurin'
29-
29+
cache: 'gradle'
30+
3031
- name: make application.properties ํŒŒ์ผ ์ƒ์„ฑ
3132
run: |
3233
## create application.yml

โ€Ž.github/workflows/prod-cd.ymlโ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
with:
3030
java-version: '11'
3131
distribution: 'temurin'
32-
32+
cache: 'gradle'
33+
3334
# 3) ํ™˜๊ฒฝ๋ณ€์ˆ˜ ํŒŒ์ผ ์ƒ์„ฑ
3435
- name: make application.properties ํŒŒ์ผ ์ƒ์„ฑ
3536
run: |

โ€Ž.github/workflows/prod-ci.ymlโ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
java-version: '11'
2121
distribution: 'temurin'
22+
cache: 'gradle'
2223

2324
- name: make application.properties ํŒŒ์ผ ์ƒ์„ฑ
2425
run: |

0 commit comments

Comments
ย (0)