Skip to content

Commit 32e2c2b

Browse files
authored
wip (#1841)
1 parent 0016f40 commit 32e2c2b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/testflight.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
run: |
2222
git checkout ${{ github.event.client_payload.commitSHA }}
2323
24-
- name: Bundle Install
25-
run: sudo gem install bundler && sudo bundle install
26-
2724
- name: Install SwiftGen
2825
run: brew install swiftgen
2926

@@ -63,7 +60,7 @@ jobs:
6360
sudo cp $PP_PATH /Library/MobileDevice/Provisioning\ Profiles
6461
6562
- name: Build and Upload to TestFlight
66-
run: sudo bundle exec fastlane testFlightLane \
63+
run: sudo fastlane testFlightLane \
6764
keyID:${{ secrets.APP_STORE_KEY_ID }} \
6865
issuerID:${{ secrets.APP_STORE_ISSUER_ID }} \
6966
keyContents:${{ secrets.APP_STORE_KEY_CONTENTS }} \

0 commit comments

Comments
 (0)