Skip to content

backend: update README with testing instructions #4

backend: update README with testing instructions

backend: update README with testing instructions #4

name: Mobile Android Tests
on:
push:
branches: [main, master]
pull_request:
branches: [master]
jobs:
build:
name: Android Test
runs-on: macOS-latest
defaults:
run:
working-directory: ./mobile
steps:
- uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run Detox Build
run: npx detox build --configuration android.emu.debug
- name: Run Detox Test
run: npx detox test --configuration android.emu.debug