Skip to content

Commit

Permalink
Merge branch 'develop' into cristi/e2e-with-vsixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Oct 18, 2023
2 parents 9589b0e + 6b3fc76 commit de1410b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lspE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ on:
required: false
default: true
type: boolean
lwcLsp:
description: 'lwcLsp.e2e.ts'
required: false
default: true
type: boolean
visualforceLsp:
description: 'visualforceLsp.e2e.ts'
required: false
Expand All @@ -33,6 +38,11 @@ on:
required: false
default: true
type: boolean
lwcLsp:
description: 'lwcLsp.e2e.ts'
required: false
default: true
type: boolean
visualforceLsp:
description: 'visualforceLsp.e2e.ts'
required: false
Expand All @@ -49,6 +59,14 @@ jobs:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'auraLsp.e2e.ts'

lwcLSP:
if: ${{ inputs.lwcLsp || github.event_name == 'schedule' }}
uses: ./.github/workflows/runE2ETest.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'lwcLsp.e2e.ts'

visualforceLSP:
if: ${{ inputs.visualforceLsp || github.event_name == 'schedule' }}
uses: ./.github/workflows/runE2ETest.yml
Expand Down

0 comments on commit de1410b

Please sign in to comment.