smengcl commented on code in PR #4678:
URL: https://github.com/apache/ozone/pull/4678#discussion_r1190319271
##########
.github/workflows/ci.yml:
##########
@@ -337,8 +333,10 @@ jobs:
- flaky
fail-fast: false
steps:
- - name: Checkout project
+ - name: Checkout project with history
uses: actions/checkout@v3
+ with:
+ fetch-depth: 0
Review Comment:
Is this required for `integration` test suite? I thought it only matters to
the `build` or `compile`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]