klaviyo / klaviyo-react-native-sdk

MIT License
4 stars 3 forks source link

Podfile and CI fixes #120

Closed evan-masseau closed 6 months ago

evan-masseau commented 6 months ago

A prior run of the iOS CI actually helped find a mistake (wasn't just a flake!). I had cocoapods version to 1.15.2 in the lockfile, while also setting the version to 1.14.3 in the gem file, so there was a mismatch!

Also, I noticed the cache-busting trick wasn't working, because I hadn't actually added it to the iOS CI workflow, only android, oops.

Confirmed that cache is actually ignored now when manually re-triggering a job.