-
-
Notifications
You must be signed in to change notification settings - Fork 345
53 lines (42 loc) · 1.19 KB
/
e2e-tests-ios.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: E2E tests (ios)
on:
workflow_dispatch:
push:
jobs:
e2e-maestro-ios:
name: Build
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.18.1
cache: 'yarn'
- name: Install npm dependencies (example project)
working-directory: ./examples/Rn071/
run: yarn install --frozen-lockfile
- name: Install npm dependencies (root)
working-directory: ./
run: yarn install --frozen-lockfile
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
working-directory: ./examples/Rn071/
- name: setup-cocoapods
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: 1.11.3
- name: Install CocoaPods
working-directory: ./examples/Rn071/
run: |
yarn pods
- name: Build
working-directory: ./examples/Rn071/
run: |
yarn ios
- uses: mobile-dev-inc/action-maestro-cloud@v1.1.1
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: Rn071.app
mapping-file: Rn071.app.dSYM