Skip to content

Commit

Permalink
ANDROID-13796 restore checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jeprubio committed Oct 9, 2023
1 parent d7a33d7 commit 6958b69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/compare_screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ jobs:
tar cvzf mistica-screenshots-tests-report.tar.gz reports || echo "No screenshots tests reports found"
shell: bash

- name: Checkout Telefonica/github-actions repo
if: failure()
uses: actions/checkout@v3
with:
repository: Telefonica/github-actions
token: "${{ secrets.NOVUM_PRIVATE_REPOS }}"
path: .github/shared-actions

- name: Upload reports to azure
if: failure()
uses: ./.github/shared-actions/azure/upload-to-storage
Expand Down

0 comments on commit 6958b69

Please sign in to comment.