mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2026-04-06 01:25:32 +00:00
set current pr number in e2e test workflow
This commit is contained in:
parent
365d9e3a08
commit
262ad19bcd
2
.github/workflows/e2e.run.tests.yml
vendored
2
.github/workflows/e2e.run.tests.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: E2E | if tests failed, upload report
|
||||
if: ${{ failure() && steps.e2e-run.conclusion == 'failure' }}
|
||||
- run: |
|
||||
run: |
|
||||
echo github.event.number = ${{ github.event.number }}
|
||||
echo github.event.pull_request.number = ${{ github.event.pull_request.number }}
|
||||
echo github.event.issue.number = ${{ github.event.issue.number }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user