Shopify / checkout-sheet-kit-react-native

Shopify's Checkout Sheet Kit for React Native - simplifying the process of adding checkout to your native apps.
https://shopify.dev/docs/custom-storefronts/mobile-apps
MIT License
30 stars 3 forks source link

Use larger runner for macos tests to improve build time #106

Closed kiftio closed 1 month ago

kiftio commented 1 month ago

What changes are you making?

ios tests, when the build cache is empty, take ~20 minutes. This uses a larger runner to investigate the impact on build time.

Given the frequency of builds and caching in place, we believe the increase in cost should be fairly small.

How to test

n/a

PR Checklist

[!IMPORTANT]


Checklist for releasing a new version - [ ] I have bumped the version number in the [`package.json` file](https://github.com/Shopify/checkout-sheet-kit-react-native/blob/main/modules/%40shopify/checkout-sheet-kit/package.json#L4). - [ ] I have added a [Changelog](https://github.com/Shopify/checkout-sheet-kit-react-native/blob/main/CHANGELOG.md) entry.

[!TIP] See the Contributing documentation for instructions on how to publish a new version of the library.