"docs/examples/1.md" did not exist on "cae61d267244fb972c2c4f4a0c3c9aa647315eae"
config.yml 331 Bytes
Newer Older
yogevbd's avatar
yogevbd committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

version: 1
macos:
xcode: "10.2.1"
jobs:
  build:  
    steps:
      - checkout
      - run:
          name: Install Dependencies
          command: scripts/install.ios.sh
      - run:
        name: npm install
        command: npm install
      - run:
          name: Detox iOS CI
          command: 'npm run test-e2e-ios-release'