mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
set current pr number in e2e test workflow
This commit is contained in:
parent
7175c95524
commit
365d9e3a08
12
.github/workflows/e2e.run.tests.yml
vendored
12
.github/workflows/e2e.run.tests.yml
vendored
@ -22,7 +22,11 @@ jobs:
|
|||||||
|
|
||||||
- name: E2E | if tests failed, upload report
|
- name: E2E | if tests failed, upload report
|
||||||
if: ${{ failure() && steps.e2e-run.conclusion == 'failure' }}
|
if: ${{ failure() && steps.e2e-run.conclusion == 'failure' }}
|
||||||
uses: actions/upload-artifact@v4
|
- run: |
|
||||||
with:
|
echo github.event.number = ${{ github.event.number }}
|
||||||
name: boilerplate-e2e-test-report-pr-${{ github.event.number }}
|
echo github.event.pull_request.number = ${{ github.event.pull_request.number }}
|
||||||
path: /home/runner/work/boilerplate-e2e-cypress-cucumber/boilerplate-e2e-cypress-cucumber/cypress/reports/e2e_html_report
|
echo github.event.issue.number = ${{ github.event.issue.number }}
|
||||||
|
# uses: actions/upload-artifact@v4
|
||||||
|
# with:
|
||||||
|
# name: boilerplate-e2e-test-report-pr-${{ github.event.number }}
|
||||||
|
# path: /home/runner/work/boilerplate-e2e-cypress-cucumber/boilerplate-e2e-cypress-cucumber/cypress/reports/e2e_html_report
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user