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