Skip to content

Commit

Permalink
me-18899: fix push report to repository in case of failure (#797)
Browse files Browse the repository at this point in the history
* vp test: fix push report to repository in case of failure

* vp test: fix push report to repository in case of failure

* vp test: fix push report to repository in case of failure

* vp test: fix push report to repository in case of failure

* vp test: fix push report to repository in case of failure
  • Loading branch information
ShayLevi authored Jan 23, 2025
1 parent 7e30e22 commit d878afa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
retention-days: 30

- name: Pushes to reports repository
if: always()
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.BOT_TOKEN }}
Expand All @@ -58,5 +59,6 @@ jobs:
target-branch: main
target-directory: 'playwright-report_${{ github.run_id }}'

- name: Write URL in summary
- name: Write URL in summary
if: always()
run: echo "### Test results https://cloudinary.github.io/cloudinary-video-player-reports/playwright-report_${{ github.run_id }}" >> $GITHUB_STEP_SUMMARY

0 comments on commit d878afa

Please sign in to comment.