Skip to content

fix swapped coordinates in apps/ios/GuideDogs/Code/Data/Models/JSON P… #2

fix swapped coordinates in apps/ios/GuideDogs/Code/Data/Models/JSON P…

fix swapped coordinates in apps/ios/GuideDogs/Code/Data/Models/JSON P… #2

name: "build and submit to testflight"
on:
push:
branches: [ "main" ]
paths:
- 'apps/ios/**'
- '.github/workflows/build-for-testflight.yml'
workflow_dispatch:
jobs:
build:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup ssh agent and deploy key(s)
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Install gems
working-directory: apps/ios
run: bundle install
- name: setup and build with fastlane
working-directory: apps/ios
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
run: bundle exec fastlane beta