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:
parent
ff9e24cbd9
commit
370748a2e5
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user