set current pr number in e2e test workflow

This commit is contained in:
mahula 2024-02-24 08:32:33 +01:00
parent 5fcec2879f
commit 698251f8fb

View File

@ -20,7 +20,8 @@ jobs:
cd cypress/
node create-cucumber-html-report.js
- name
- name: Get PR number
if: ${{ failure() && steps.e2e-run.conclusion == 'failure' }}
uses: jwalton/gh-find-current-pr@master
id: pr-number