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
This commit is contained in:
parent
7818444beb
commit
a781a6d150
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user