From aa52b227d536809c21b7bab0875cfcb5a4b0776d Mon Sep 17 00:00:00 2001 From: Levi Eggert Date: Mon, 25 Sep 2023 17:06:08 -0400 Subject: [PATCH] Remove bundle install and add archive gym logs --- .github/workflows/ci-cd.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 78be2c993..e8647fb12 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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 }} @@ -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