Skip to content

Commit fc5ca3f

Browse files
committed
Update tests to refresh deps
1 parent e57b9a3 commit fc5ca3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Grant execute permission for gradlew
5353
run: chmod +x gradlew
5454

55+
- name: Gradle Dependencies
56+
run: ./gradlew --refresh-dependencies
57+
5558
- name: Test JAR with Gradle
5659
run: ./gradlew test
5760
# run: ./gradlew publish

0 commit comments

Comments
 (0)