ci: Fix to use cypress dashboard for ci test (#25618)

## Description
- Fix to use cypress dashboard for ci test

#### Type of change
- Workflow file changes
## Testing
>
#### How Has This Been Tested?
- workflow run
This commit is contained in:
Saroj 2023-07-24 10:56:01 +05:30 committed by GitHub
parent ff9e24cbd9
commit 370748a2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ jobs:
# Only run if the build step is successful
if: success()
name: ci-test
uses: ./.github/workflows/ci-test-custom-script.yml
uses: ./.github/workflows/ci-test.yml
secrets: inherit
with:
pr: ${{ github.event.client_payload.pull_request.number }}

View File

@ -60,7 +60,7 @@ jobs:
# Only run if the build step is successful
if: success()
name: ci-test
uses: ./.github/workflows/ci-test-custom-script.yml
uses: ./.github/workflows/ci-test.yml
secrets: inherit
with:
pr: 0