assignUser commented on code in PR #12790:
URL: https://github.com/apache/arrow/pull/12790#discussion_r842763947
##########
.github/workflows/r.yml:
##########
@@ -144,7 +144,7 @@ jobs:
# Don't set a TZ here to test that case. These builds will have the
following warning in them:
# System has not been booted with systemd as init system (PID 1).
Can't operate.
# Failed to connect to bus: Host is down
- archery docker run -e TZ="" r
+ archery docker run -e TZ="" -e GITHUB_ACTIONS="true" r
Review Comment:
Without this `lintr` does not detect being on GHA and no annotation will be
generated.
--
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]