Skip to content

chore: bump react-native-test-app to 3.7.2 #1403

chore: bump react-native-test-app to 3.7.2

chore: bump react-native-test-app to 3.7.2 #1403

Workflow file for this run

name: 'Detox CI Tests'
on: [pull_request]
jobs:
tests:
name: 'Running tests'
runs-on: 'macOS-latest'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: Setup - Install Yarn
run: YARN_GPG=NO curl -o- -L https://yarnpkg.com/install.sh | bash
- name: Setup - Install NPM Dependencies
run: yarn --frozen-lockfile
- name: Run tests
run: yarn ci