Skip to content

Commit

Permalink
Update job names in e2e.yml (#5092)
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc authored Sep 13, 2023
1 parent 160c838 commit 5c60cfc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ on:

jobs:

run_LSP_E2E_tests_if_selected:
if: ${{ inputs.lspE2ETests }}
uses: ./.github/workflows/lspE2E.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch }}

run_Apex_E2E_tests_if_selected:
Apex_E2E_tests:
if: ${{ inputs.apexE2ETests }}
uses: ./.github/workflows/apexE2E.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch }}

run_Core_E2E_tests_if_selected:
Core_E2E_tests:
if: ${{ inputs.coreE2ETests }}
uses: ./.github/workflows/coreE2E.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch }}

LSP_E2E_tests:
if: ${{ inputs.lspE2ETests }}
uses: ./.github/workflows/lspE2E.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch }}

0 comments on commit 5c60cfc

Please sign in to comment.