diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 871a27f05e..cf75504f60 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -484,9 +484,9 @@ jobs: if: always() run: | if [[ "${{steps.run_result.outputs.run_result }}" != "success" && "${{steps.run_result.outputs.run_result }}" != "failedtest" ]]; then - echo "cypress_url=${{ steps.cypress_test.outputs.resultsUrl }}" >> ~/cypress_url + echo ${{ steps.cypress_test.outputs.resultsUrl }} >> ~/cypress_url elif [[ "${{steps.run_result.outputs.run_result }}" == "failedtest" ]]; then - echo "cypress_url=${{ steps.cypress_test_failedtest.outputs.resultsUrl }}" >> ~/cypress_url + echo ${{ steps.cypress_test_failedtest.outputs.resultsUrl }} >> ~/cypress_url fi # Force store previous run result to cache diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index 563a504956..761e033372 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -207,7 +207,7 @@ jobs: body: | Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>. Commit: `${{ github.event.client_payload.slash_command.args.named.sha }}`. - Cypress dashboard: ` Click here! ` + Cypress dashboard: Click here! The following are new failures, please fix them before merging the PR: ${{env.new_failed_spec_env}} To know the list of identified flaky tests - Refer here @@ -219,7 +219,7 @@ jobs: body: | Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>. Commit: `${{ github.event.client_payload.slash_command.args.named.sha }}`. - Cypress dashboard url: `Click here!` + Cypress dashboard url: Click here! All cypress tests have passed 🎉🎉🎉 # Update check run called "ci-test-result"