This message was deleted.
# community-support
s
This message was deleted.
a
have you looked through the build scan?
e
Yes, but it just says that it was skipped. No info why
d
The event has a field for the skipped message, but I've not seen it populated:
Copy code
data: {"timestamp":1658297487203,"type":{"majorVersion":1,"minorVersion":6,"eventType":"TaskFinished"},"data":{"id":2301014321397541937,"path":":nebula-publish:compileTestJava","outcome":"no_source","skipMessage":null,"cacheable":false,"cachingDisabledReasonCategory":"UNKNOWN","cachingDisabledExplanation":"Cacheability was not determined","originBuildInvocationId":null,"originExecutionTime":null,"actionable":true,"upToDateMessages":[],"cachingDisabledReason":null}}
Use
--info
level logging, it gives you the skip reason
e
Copy code
Skipping task ':style-engine:macosArm64Test' as task onlyIf is false.
e
In my experience adding breaking to the task and run a debugger is the easiest way to find out
e
I was doing this through GitHub actions (I don't have a mac)