From a781a6d15013876d8395dc7311c54c3e685b60e5 Mon Sep 17 00:00:00 2001 From: Saroj <43822041+sarojsarab@users.noreply.github.com> Date: Wed, 28 Jun 2023 11:19:19 +0530 Subject: [PATCH] ci: Fix extracting the cypress dashboard url in ci-test-result (#24890) ## Description - Fix extracting the cypress dashboard url in ci-test-result #### Type of change - Workflow file changes ## Testing > #### How Has This Been Tested? - Workflow file changes --- .github/workflows/integration-tests-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index 26c2064ab7..563a504956 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -155,7 +155,7 @@ jobs: - name: Print cypress dashboard url id: dashboard_url run: | - cypress_url = $(cat ~/cypress_url) + cypress_url=$(cat ~/cypress_url) echo "dashboard_url=$cypress_url" >> $GITHUB_OUTPUT # Download failed_spec list for all jobs