test: Fix fat container rerun (#13260)
* rerunning all tests in fat container
This commit is contained in:
parent
ab557b1443
commit
86260f27e4
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user