Skip to content

Ci/use self hosted runner #1

Ci/use self hosted runner

Ci/use self hosted runner #1

Workflow file for this run

name: E2E iOS
on:
pull_request:
paths:
- packages/mobile/**
jobs:
detox:
timeout-minutes: 25
runs-on: self-hosted
steps:
- name: Run basic tests
run: npx detox test starter -c ios.sim.debug