Skip to content

feat: stop using prebuild in eas preview recipe #79

feat: stop using prebuild in eas preview recipe

feat: stop using prebuild in eas preview recipe #79

Workflow file for this run

name: Run Jest
on:
pull_request:
paths-ignore:
- '.github/**'
- 'docs/**'
- 'CHANGELOG.md'
- 'readme.md'
jobs:
jest:
name: Jest
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 📦 Install dependencies
run: yarn
- name: 🎭 Run Jest
run: yarn test