Skip to content

Commit 3b08fb9

Browse files
committed
For #607. Fix typo
1 parent 0f52320 commit 3b08fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ run-with-gradle:
2929
# After this enabling this, you still need to update the GitHub action steps
3030
# to generate the badge using a custom path to the CVS report.
3131
SAVE ARTIFACT --keep-ts build/reports/jacoco/test/ AS LOCAL build/reports/jacoco/test/
32-
SAVE ARTIFACT --save-ts build/reports/jacoco/test/jacocoTestReport.csv AS LOCAL build/reports/jacoco/test/jacocoTestReport.csv
32+
SAVE ARTIFACT --keep-ts build/reports/jacoco/test/jacocoTestReport.csv AS LOCAL build/reports/jacoco/test/jacocoTestReport.csv
3333

3434
# Javadocs and jars
3535
SAVE ARTIFACT --keep-ts build/libs/modern-java-practices-0-javadoc.jar

0 commit comments

Comments
 (0)