reuse pr number from preparation step in e2e test step

This commit is contained in:
mahula 2023-07-17 07:46:01 +02:00
parent 545eb04d6c
commit fe8d4a4cfa

View File

@ -104,6 +104,6 @@ jobs:
if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }}
uses: actions/upload-artifact@v3
with:
name: ocelot-e2e-test-report-pr${{ steps.pr.outputs.number }}
name: ocelot-e2e-test-report-pr${{ needs.docker_preparation.outputs.pr-number }}
path: /home/runner/work/Ocelot-Social/Ocelot-Social/cypress/reports/cucumber_html_report