From 74777e54f9d43c5d2212d166076c45205bf9a7ee Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 12 Jul 2023 16:26:52 +0100 Subject: [PATCH] chore(ci): revert run console-test on CICD (#4303) --- .github/workflows/ci-cd-trigger.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci-cd-trigger.yml b/.github/workflows/ci-cd-trigger.yml index 935d233d8..fb318b68e 100644 --- a/.github/workflows/ci-cd-trigger.yml +++ b/.github/workflows/ci-cd-trigger.yml @@ -277,14 +277,6 @@ jobs: * trading: ${{ needs.lint-test-build.outputs.preview_trading }} * tools: ${{ needs.lint-test-build.outputs.preview_tools }} - console-test: - needs: dist-check - name: '(CI) console-test' - uses: ./.github/workflows/console-test-run.yml - secrets: inherit - with: - github-sha: ${{ github.sha }} - # Report single result at the end, to avoid mess with required checks in PR cypress-check: name: '(CI) cypress - check'