Skip to content

testflight

testflight #29

Workflow file for this run

run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
pull_request:
branches:
- development
workflow_dispatch:
jobs:
build:
runs-on: macos-13
steps:

Check failure on line 12 in .github/workflows/pullRequest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pullRequest.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0-beta'
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- name: Install Bundler
run: gem install bundler
- name: Install gems
run: bundle install
- name: Build and Upload to Testflight
run: bundle exec fastlane runTestFlight
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}