From 6958b69ef5a93cae3cf4fb13e116cb521c5cff39 Mon Sep 17 00:00:00 2001 From: Josep Rubio Date: Mon, 9 Oct 2023 12:48:39 +0200 Subject: [PATCH] ANDROID-13796 restore checkout --- .github/workflows/compare_screenshots.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/compare_screenshots.yml b/.github/workflows/compare_screenshots.yml index cff0b5bf9..b8429270f 100644 --- a/.github/workflows/compare_screenshots.yml +++ b/.github/workflows/compare_screenshots.yml @@ -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