From 370748a2e5f3747a4120bfd6de7f3d7994a5b513 Mon Sep 17 00:00:00 2001 From: Saroj <43822041+sarojsarab@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:56:01 +0530 Subject: [PATCH] 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 --- .github/workflows/integration-tests-command.yml | 2 +- .github/workflows/test-build-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index 948da85de4..bf37503b06 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -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 }} diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index 341aab2572..178c8bffe6 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -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