From bcf08f397e8856d111a7b1f1e501295b4db72999 Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Fri, 26 Apr 2024 18:11:07 +0000 Subject: [PATCH] updates --- .github/actions/kots-e2e/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/kots-e2e/action.yml b/.github/actions/kots-e2e/action.yml index e02d272fcf..5330c44d69 100644 --- a/.github/actions/kots-e2e/action.yml +++ b/.github/actions/kots-e2e/action.yml @@ -130,11 +130,11 @@ runs: name: ${{ github.job }}-${{ inputs.k8s-distribution }}-${{ inputs.k8s-version }}-playwright-report path: ./e2e/playwright/playwright-report/ - - name: Print instructions to view playwright report + - name: Print instructions to view Playwright report if: ${{ failure() && steps.upload-playwright-report.outputs.artifact-url != '' }} run: | echo -e "\e[1;33m┌──────────────────────────────────────────────────────────────────────────────────────────────────────┐\e[0m" - echo -e "\e[1;33m│ To view the Playwright test report: │\e[0m" + echo -e "\e[1;33m To view the Playwright test report: \e[0m" echo -e "\e[1;33m \e[0m" echo -e "\e[1;33m 1- Download & extract the report from: \e[0m" echo -e "\e[1;33m \e[0m" @@ -143,7 +143,7 @@ runs: echo -e "\e[1;33m 2- From inside the extracted directory, run: \e[0m" echo -e "\e[1;33m \e[0m" echo -e "\e[1;32m npx playwright show-report . \e[0m" - echo -e "\e[1;33m│ │\e[0m" + echo -e "\e[1;33m \e[0m" echo -e "\e[1;33m└──────────────────────────────────────────────────────────────────────────────────────────────────────┘\e[0m" shell: bash