Skip to content

Commit 2428f5e

Browse files
author
SMA/유정민
committed
[deploy] .class log checking
1 parent b2f4286 commit 2428f5e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@ jobs:
4545
java-version: '17'
4646
distribution: 'temurin'
4747

48-
- name: Gradle Caching (Clear cache)
49-
uses: actions/cache@v3
50-
with:
51-
path: |
52-
~/.gradle/caches
53-
~/.gradle/wrapper
54-
key: ${{ runner.os }}-gradle-clearcache-${{ github.run_id }}
55-
restore-keys: |
56-
${{ runner.os }}-gradle-
57-
5848
# CI
5949
- name: Grant Execute Permission For Gradlew
6050
run: chmod +x gradlew
@@ -70,6 +60,9 @@ jobs:
7060
echo "${{ secrets.PROPERTIES_TEST }}" > ./application-test.properties
7161
shell: bash
7262

63+
- name: Show dependencies
64+
run: ./gradlew dependencies --configuration runtimeClasspath
65+
7366
# 테스트를 제외한 프로젝트 빌드
7467
- name: Build With Gradle
7568
run: ./gradlew clean build -x test --no-build-cache

0 commit comments

Comments
 (0)