Skip to content

Commit fdfe2e2

Browse files
committed
feat : cicd test
1 parent 2241a67 commit fdfe2e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Grant execute permissions for gradlew
2121
run: chmod +x ./gradlew
2222

23+
- name: Verify Gradle version
24+
run: ./gradlew --version
25+
2326
# gradle build
2427
- name: Build with Gradle
2528
run: ./gradlew build -x test

0 commit comments

Comments
 (0)