Skip to content

Commit b10e200

Browse files
whitewhite
authored andcommitted
ci: add --refresh-dependencies flag to fix stale Gradle cache on CI
1 parent 7812a0e commit b10e200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: chmod +x gradlew
3434

3535
- name: Run tests
36-
run: ./gradlew test jacocoTestReport
36+
run: ./gradlew test jacocoTestReport --refresh-dependencies
3737

3838
- name: Upload coverage to Codecov
3939
uses: codecov/codecov-action@v7

0 commit comments

Comments
 (0)