I'm trying to run the iOS tests in CI, but they're...
# ios
c
I'm trying to run the iOS tests in CI, but they're all marked as SKIPPED… Why doesn't Gradle execute them? Full build output: https://gitlab.com/opensavvy/pedestal/-/jobs/4931122732
n
could the machine be not arm64?
c
Is there a way to check that? I thought it would just crash when it's not the correct architecture
n
nope, they skip iOS tests that couldn’t be run
Is there a way to check that?
It could be documented somewhere what CPUs GH action runners use.
adding the x64 target and checking if x64 tests will run is an option, too
c
I'm not using GitHub
👍 1
n
oops, s/GH/GL/ then 😄