Skip to content

Commit

Permalink
Call the pr-status file
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpatil1 committed Dec 1, 2022
1 parent 1e94741 commit 0b33a7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
SHA: ${{ github.event.pull_request.head.sha }}
COMMIT_SHA: ${{ github.sha }}
PR_NUMBER: ${{ github.event.pull_request.number }}
working-directory: ./tests/e2e-playwright

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down Expand Up @@ -57,6 +58,11 @@ jobs:
name: report
path: ./tests/e2e-playwright/uploads

- name: run PR status
if: ${{ always() }}
run: node ./tests/e2e-playwright/bin/pr-status.js
working-directory: ${{env.working_directory}}

- name: Cleanup
if: ${{ always() }}
uses: rtCamp/action-cleanup@master

0 comments on commit 0b33a7d

Please sign in to comment.