Skip to content

Commit e31a6dc

Browse files
committed
Add build cache parameter for check execution
1 parent 9391dd7 commit e31a6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
gradle-version: wrapper
6868
- name: Build
69-
run: ./gradlew --no-daemon --info ${{ inputs.task }} koverXmlReport -x :benchmark:benchmark
69+
run: ./gradlew --no-daemon --info ${{ inputs.task }} koverXmlReport -x :benchmark:benchmark --build-cache
7070
- name: Upload coverage reports to Codecov
7171
if: inputs.upload-code-coverage && github.actor != 'dependabot[bot]'
7272
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)