From 7434114d09e9d2964a9bf96e4d0a9baf718ed471 Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Fri, 23 May 2025 15:15:12 -0700 Subject: [PATCH] adding debugging text --- .github/workflows/publish.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad3a905dff..83af89697b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,12 +54,17 @@ jobs: # - name: Check # run: bundle exec fastlane check - - name: Upload test reports on failure - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 - if: failure() - with: - name: test-reports - path: app/build/reports/tests/ + # - name: Upload test reports on failure + # uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + # if: failure() + # with: + # name: test-reports + # path: app/build/reports/tests/ + + - name: Test Directory STructure + run: | + pwd \ + cat .ruby-version - name: Log in to Azure uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0 @@ -72,7 +77,6 @@ jobs: CONTAINER_NAME: mobile run: | mkdir -p ${{ github.workspace }}/secrets - mkdir -p ${{ github.workspace }}/app/src/standardBeta mkdir -p ${{ github.workspace }}/app/src/standardRelease az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \ @@ -91,7 +95,6 @@ jobs: --name google-services.json --file ${{ github.workspace }}/app/src/standardBeta/google-services.json --output none - name: Promote Play Store version to production - if: ${{inputs.product == 'Password Manager'}} env: PLAY_KEYSTORE_PASSWORD: ${{ secrets.PLAY_BETA_KEYSTORE_PASSWORD }} PLAY_KEY_PASSWORD: ${{ secrets.PLAY_BETA_KEY_PASSWORD }}