Skip to content

Commit

Permalink
e2e ios
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Oct 16, 2023
1 parent 6cef08f commit 00efe03
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions .github/workflows/e2e-tests-ios.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: E2E tests (ios)

on:
workflow_dispatch:
push:

jobs:
e2e-maestro-ios:
name: Build
runs-on: macos-latest

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: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: setup-cocoapods
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: 1.11.3

- name: Install CocoaPods
run: |
yarn pods
- 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
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: E2E tests (maestro)
name: E2E tests (android)

on:
workflow_dispatch:
Expand Down

0 comments on commit 00efe03

Please sign in to comment.