Skip to content

Deploy to by @ogulcankeskin93 #25

Deploy to by @ogulcankeskin93

Deploy to by @ogulcankeskin93 #25

Workflow file for this run

run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
pull_request:
branches:
- development
workflow_dispatch:
jobs:
test:
runs-on: macos-latest
steps:
- 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_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}