Skip to content

Commit

Permalink
chore: miscellaneous test in redhat (#5914)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored Oct 23, 2024
1 parent b7a4815 commit d23ec56
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/coreE2EredHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ on:
# required: false
# default: true
# type: boolean
# miscellaneous:
# description: 'Miscellaneous Commands'
# required: false
# default: true
# type: boolean
miscellaneous:
description: 'Miscellaneous Commands'
required: false
default: true
type: boolean
sObjectsDefinitions:
description: 'sObjects Definitions'
required: false
Expand Down Expand Up @@ -75,11 +75,11 @@ on:
# required: false
# default: true
# type: boolean
# miscellaneous:
# description: 'Miscellaneous Commands'
# required: false
# default: true
# type: boolean
miscellaneous:
description: 'Miscellaneous Commands'
required: false
default: true
type: boolean
sObjectsDefinitions:
description: 'sObjects Definitions'
required: false
Expand Down Expand Up @@ -139,16 +139,16 @@ jobs:
# vscodeVersion: ${{ inputs.vscodeVersion }}
# runId: ${{ inputs.runId }}

# miscellaneous:
# if: ${{ inputs.miscellaneous }}
# uses: ./.github/workflows/runE2ETest.yml
# secrets: inherit
# with:
# automationBranch: ${{ inputs.automationBranch }}
# automationRepo: 'salesforcedx-vscode-automation-tests-redhat'
# testToRun: 'miscellaneous.e2e.js'
# vscodeVersion: ${{ inputs.vscodeVersion }}
# runId: ${{ inputs.runId }}
miscellaneous:
if: ${{ inputs.miscellaneous }}
uses: ./.github/workflows/runE2ETest.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch }}
automationRepo: 'salesforcedx-vscode-automation-tests-redhat'
testToRun: 'miscellaneous.e2e.js'
vscodeVersion: ${{ inputs.vscodeVersion }}
runId: ${{ inputs.runId }}

sObjectsDefinitions:
if: ${{ inputs.sObjectsDefinitions }}
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
anInitialSuite,
createProject,
# authentication,
# miscellaneous,
miscellaneous,
sObjectsDefinitions,
# templates,
sfdxProjectJson
Expand All @@ -200,8 +200,8 @@ jobs:
title: 'Core E2E Tests'
vscodeVersion: ${{ inputs.vscodeVersion }}
testsBranch: ${{ inputs.automationBranch }}
summary: '\n- An Initial Suite: ${{ needs.anInitialSuite.result }}\n- Create Project: ${{ needs.createProject.result }}\n- SObjects Definitions: ${{ needs.sObjectsDefinitions.result }}\n- SFDX Project Json: ${{ needs.sfdxProjectJson.result}}'
# summary: '\n- Authentication: ${{ needs.authentication.result }}\n- Miscellaneous: ${{ needs.miscellaneous.result }}\n- Templates: ${{ needs.templates.result }}'
summary: '\n- An Initial Suite: ${{ needs.anInitialSuite.result }}\n- Create Project: ${{ needs.createProject.result }}\n- Miscellaneous: ${{ needs.miscellaneous.result }}\n- SObjects Definitions: ${{ needs.sObjectsDefinitions.result }}\n- SFDX Project Json: ${{ needs.sfdxProjectJson.result}}'
# summary: '\n- Authentication: ${{ needs.authentication.result }}\n- Templates: ${{ needs.templates.result }}'
result: 'All the tests passed.'
workflow: 'actions/runs/${{ github.run_id }}'
type: 'e2e'
Expand All @@ -212,7 +212,7 @@ jobs:
anInitialSuite,
createProject,
# authentication,
# miscellaneous,
miscellaneous,
sObjectsDefinitions,
# templates,
sfdxProjectJson
Expand All @@ -223,8 +223,8 @@ jobs:
title: 'Core E2E Tests'
vscodeVersion: ${{ inputs.vscodeVersion }}
testsBranch: ${{ inputs.automationBranch }}
summary: '\n- An Initial Suite: ${{ needs.anInitialSuite.result }}\n- Create Project: ${{ needs.createProject.result }}\n- SObjects Definitions: ${{ needs.sObjectsDefinitions.result }}\n- SFDX Project Json: ${{ needs.sfdxProjectJson.result}}'
# summary: '\n- Authentication: ${{ needs.authentication.result }}\n- Miscellaneous: ${{ needs.miscellaneous.result }}\n- Templates: ${{ needs.templates.result }}'
summary: '\n- An Initial Suite: ${{ needs.anInitialSuite.result }}\n- Create Project: ${{ needs.createProject.result }}\n- Miscellaneous: ${{ needs.miscellaneous.result }}\n- SObjects Definitions: ${{ needs.sObjectsDefinitions.result }}\n- SFDX Project Json: ${{ needs.sfdxProjectJson.result}}'
# summary: '\n- Authentication: ${{ needs.authentication.result }}\n- Templates: ${{ needs.templates.result }}'
result: 'Not all the tests passed.'
workflow: 'actions/runs/${{ github.run_id }}'
type: 'e2e'
Expand All @@ -235,7 +235,7 @@ jobs:
anInitialSuite,
createProject,
# authentication,
# miscellaneous,
miscellaneous,
sObjectsDefinitions,
# templates,
sfdxProjectJson
Expand All @@ -246,8 +246,8 @@ jobs:
title: 'Core E2E Tests'
vscodeVersion: ${{ inputs.vscodeVersion }}
testsBranch: ${{ inputs.automationBranch }}
summary: '\n- An Initial Suite: ${{ needs.anInitialSuite.result }}\n- Create Project: ${{ needs.createProject.result }}\n- SObjects Definitions: ${{ needs.sObjectsDefinitions.result }}\n- SFDX Project Json: ${{ needs.sfdxProjectJson.result}}'
# summary: '\n- Authentication: ${{ needs.authentication.result }}\n- Miscellaneous: ${{ needs.miscellaneous.result }}\n- Templates: ${{ needs.templates.result }}\n- Templates: ${{ needs.templates.result }}'
summary: '\n- An Initial Suite: ${{ needs.anInitialSuite.result }}\n- Create Project: ${{ needs.createProject.result }}\n- Miscellaneous: ${{ needs.miscellaneous.result }}\n- SObjects Definitions: ${{ needs.sObjectsDefinitions.result }}\n- SFDX Project Json: ${{ needs.sfdxProjectJson.result}}'
# summary: '\n- Authentication: ${{ needs.authentication.result }}\n- Templates: ${{ needs.templates.result }}'
result: 'The workflow was cancelled.'
workflow: 'actions/runs/${{ github.run_id }}'
type: 'e2e'

0 comments on commit d23ec56

Please sign in to comment.