Skip to content

Commit

Permalink
Cache react-native-testing-mocks register
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Mar 27, 2024
1 parent 09bb775 commit a19dfdf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
node-version: ${{ matrix.node }}
cache: yarn
- run: yarn install --immutable
- uses: actions/cache@v4
with:
path: ./package/node_modules/.cache
key: ${{ runner.os }}-react-native-testing-mocks-${{ hashFiles('./yarn.lock') }}
restore-keys: ${{ runner.os }}-react-native-testing-mocks-
- run: yarn compile
- run: yarn lint
- run: yarn test
- uses: mxschmitt/action-tmate@v3

0 comments on commit a19dfdf

Please sign in to comment.