mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
try toget pr number from github event
This commit is contained in:
parent
eb0f63fe6c
commit
cc6e17a762
3
.github/workflows/test_e2e.yml
vendored
3
.github/workflows/test_e2e.yml
vendored
@ -57,6 +57,9 @@ jobs:
|
||||
- name: End-to-end tests | if tests failed, compile html report
|
||||
if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }}
|
||||
run: |
|
||||
echo "github.event.pull_request.number ${{ github.event.pull_request.number }}"
|
||||
echo "github.event.number ${{ github.event.number }}"
|
||||
echo "steps.pr.outputs.pull_request_number: ${{ steps.pr.outputs.pull_request_number }}"
|
||||
cd e2e-tests/
|
||||
node create-cucumber-html-report.js
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user