From 545eb04d6cb60a7bccf9423e82890c0b78fb3849 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 17 Jul 2023 07:43:54 +0200 Subject: [PATCH] adapt step namings --- .github/workflows/test-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 426b2450c..9235d9f27 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -94,12 +94,12 @@ jobs: cd cypress/ node create-cucumber-html-report.js - - name: End-to-end tests | if tests failed, get pr number + - name: Full stack tests | if tests failed, get pr number id: pr if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }} uses: 8BitJonny/gh-get-current-pr@2.2.0 - - name: End-to-end tests | if tests failed, upload report + - name: Full stack tests | if tests failed, upload report id: e2e-report if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }} uses: actions/upload-artifact@v3