From 86260f27e43e9a2a6f46e46d93f6f6c2ba3ffa1e Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Mon, 9 May 2022 12:32:34 +0530 Subject: [PATCH] test: Fix fat container rerun (#13260) * rerunning all tests in fat container --- .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 3bd45b936f..fd93daa984 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -676,7 +676,7 @@ jobs: parallel: true config-file: cypress_fat.json group: "Electrons on Github Action" - spec: ${{ env.failed_spec_env }} + spec: "cypress/integration/Smoke_TestSuite_Fat/**/*" working-directory: app/client # tag will be either "push" or "pull_request" tag: ${{ github.event_name }} diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index 2df7952157..29f60132b4 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -660,7 +660,7 @@ jobs: parallel: true config-file: cypress_fat.json group: "Electrons on Github Action" - spec: ${{ env.failed_spec_env }} + spec: "cypress/integration/Smoke_TestSuite_Fat/**/*" working-directory: app/client # tag will be either "push" or "pull_request" tag: ${{ github.event_name }}