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
|
# Only run if the build step is successful
|
||||||
if: success()
|
if: success()
|
||||||
name: ci-test
|
name: ci-test
|
||||||
uses: ./.github/workflows/ci-test-custom-script.yml
|
uses: ./.github/workflows/ci-test.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
pr: ${{ github.event.client_payload.pull_request.number }}
|
pr: ${{ github.event.client_payload.pull_request.number }}
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
# Only run if the build step is successful
|
# Only run if the build step is successful
|
||||||
if: success()
|
if: success()
|
||||||
name: ci-test
|
name: ci-test
|
||||||
uses: ./.github/workflows/ci-test-custom-script.yml
|
uses: ./.github/workflows/ci-test.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
pr: 0
|
pr: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user