Skip to content

Commit

Permalink
ci(ios): Report more details when Fastlane fails
Browse files Browse the repository at this point in the history
  • Loading branch information
thehale committed Jul 28, 2024
1 parent e7563b5 commit 7651279
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
- name: Build Application
run: |
echo $SECRETS_TAR_GZ_B64 | base64 -d | tar -xz -C fastlane
bundle exec fastlane ios build
bundle exec fastlane ios build || cat ${{ env.FASTLANE_LOG_PATH }}
env:
SECRETS_TAR_GZ_B64: ${{ secrets.SECRETS_TAR_GZ_B64 }}
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
FASTLANE_LOG_PATH: /Users/runner/Library/Logs/gym/BinaryClock-BinaryClock.log
RUBYOPT: '-rostruct' # Workaround for "NameError: uninitialized constant Fastlane::OpenStruct" (source: https://github.com/fastlane/fastlane/issues/21944#issuecomment-2045244250)

0 comments on commit 7651279

Please sign in to comment.