Skip to content

Commit

Permalink
Remove bundle install and add archive gym logs
Browse files Browse the repository at this point in the history
  • Loading branch information
levieggertcru committed Sep 25, 2023
1 parent bb16192 commit aa52b22
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,6 @@ jobs:
run: echo -e "machine github.com\n login $CI_USER_TOKEN" >> ~/.netrc
env:
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN}}
- name: Bundle Install
working-directory: ios
run: bundle install
- name: Import App Store Connect API Key
env:
APP_STORE_CONNECT_API_JSON_PAYLOAD: ${{ secrets.APP_STORE_CONNECT_API_JSON_PAYLOAD }}
Expand All @@ -288,6 +285,12 @@ jobs:
env:
MATCH_GIT_BASIC_AUTHORIZATION_PAT: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION_PAT }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
- name: Archive Fastlane Gym Logs
if: always()
uses: actions/upload-artifact@v3
with:
name: fastlane-gym-logs
path: "/Users/runner/Library/Logs/gym/MissionHub-MissionHub.log"

android-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit aa52b22

Please sign in to comment.