We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f3a37 commit 16afcfcCopy full SHA for 16afcfc
.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
84
85
# Run tests
86
- name: Run Tests
87
- run: ./gradlew test
+ run: ./gradlew test --refresh-dependencies
88
89
# Collect Tests Result of failed tests
90
- name: Collect Tests Result
0 commit comments