FormidableLabs / react-native-zephyr

TailwindCSS-inspired styling library for React Native.

Home Page:https://formidable.com/open-source/react-native-zephyr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add caching to CI jobs

gksander opened this issue · comments

What?

Add caching to the static analysis/unit tests CI jobs.

Why?

Speed up CI runs by avoiding the need for fresh dependencies installs each run (when no changes to dependencies).

How?

Adjust .github/workflows/static-analysis.yml and .github/workflows/unit-test.yml to add yarn caching. See React Native Owl's config for some motivation.