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 }}