Skip to content

Commit

Permalink
chore: add windows os to apexlsp and aninitialsuite (#5677)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored Jul 7, 2024
1 parent 1c34951 commit 3472f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apexE2ENew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
testToRun: 'apexLsp.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}
os: '["macos-latest", "ubuntu-latest"]'
os: '["macos-latest", "ubuntu-latest", "windows-latest"]'

apexReplayDebugger:
if: ${{ inputs.apexReplayDebugger || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2eNew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
testToRun: 'anInitialSuite.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}
os: '["macos-latest", "ubuntu-latest"]'
os: '["macos-latest", "ubuntu-latest", "windows-latest"]'

sObjectsDefinitions:
if: ${{ inputs.sObjectsDefinitions || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
Expand Down

0 comments on commit 3472f9c

Please sign in to comment.