Skip to content

Create fastlane.yml

Create fastlane.yml #1

Workflow file for this run

name: fastlane build and test
on:
pull_request:
branches: [ "main", "develop/main" ]
workflow_dispatch:
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Set up ruby env
- uses: ruby/[email protected]
with:
ruby-version: 3.2.1
bundler-cache: true
- name: Build & Test with fastlane
run: bundle exec fastlane ios tests