Skip to content

Add workflow to run detox iOS tests (#7878) #1535

Add workflow to run detox iOS tests (#7878)

Add workflow to run detox iOS tests (#7878) #1535

Workflow file for this run

---
name: ci
on:
push:
branches:
- main
- 'release*'
pull_request:
env:
NODE_VERSION: 18.7.0
TERM: xterm
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: ci/checkout-repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: ci/test
uses: ./.github/actions/test