Skip to content

build(deps): bump @sentry/nextjs from 7.105.0 to 7.106.0 in /backend #2

build(deps): bump @sentry/nextjs from 7.105.0 to 7.106.0 in /backend

build(deps): bump @sentry/nextjs from 7.105.0 to 7.106.0 in /backend #2

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