Keith Smiley
Keith Smiley
CI doesn't have `unzip`
What's the output of `which node`? I imagine it's somewhere tulsi (and all apps) don't see. If you quit tulsi and run `open -a Tulsi` from terminal that might work
Potential fix https://github.com/bazelbuild/rules_rust/pull/1331 cc @scentini
I think that works already in the change I linked above, it just wasn't declared that way before, so bazel fails
Please submit an issue if this doesn't work!
Can you show the output when your test runs so we can see the names of things to verify that matches? it's possible this isn't implemented correctly / at all...
Ah I think you need to update rules_apple / xctestrunner to include this fix https://github.com/google/xctestrunner/commit/24ba1517795e6e1c99d361988b95e51a48489087
If your target names have dashes in them you also need https://github.com/google/xctestrunner/pull/42
i debugged to https://github.com/bazelbuild/rules_apple/pull/1369