Skip to content

Commit b9dc12c

Browse files
committed
Updates
1 parent fc5ca3f commit b9dc12c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Gradle Dependencies
5656
run: ./gradlew --refresh-dependencies
57-
57+
5858
- name: Test JAR with Gradle
5959
run: ./gradlew test
6060
# run: ./gradlew publish

.github/workflows/test-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ jobs:
122122
- name: Grant execute permission for gradlew
123123
run: chmod +x gradlew
124124

125+
- name: Gradle Dependencies
126+
run: ./gradlew --refresh-dependencies
127+
125128
- name: Build JAR with Gradle
126129
run: ./gradlew build
127130
# run: ./gradlew publish

0 commit comments

Comments
 (0)