diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 119acbb..119c9c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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