Skip to content

Commit d878afa

Browse files
authored
me-18899: fix push report to repository in case of failure (#797)
* 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
1 parent 7e30e22 commit d878afa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e_pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
retention-days: 30
4848

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

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

0 commit comments

Comments
 (0)