Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnamichael committed Jan 6, 2025
1 parent bdde968 commit 567a599
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/run-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
build:
name: Build Plugin
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -24,29 +25,6 @@ jobs:
os: windows-latest
reportName: windows-test-report

# jobs:
# build:
# strategy:
# fail-fast: false
# matrix:
# runtime: [ linux, mac, windows ]
# Removing windows as a standard run flavor runtime: [ linux, mac, windows ]
# targetVSCode: [previous, latest ]
# As Vscode 1.79 and 1.78 are the only support version for current release, running test with only latest,previous
#Enable it in future for multiple releases as applicable targetVSCode: [ previousMinusOne, previous, latest ]
# include:
# - runtime: linux
# os: ubuntu-latest

# - runtime: mac
# os: macOS-13

# - runtime: windows
# os: windows-latest

# name: Build Plugin
# runs-on: ${{ matrix.os }}

steps:
# Checkout the eclipse plugin repository.
- name: 'Setup: Checkout plugin'
Expand Down

0 comments on commit 567a599

Please sign in to comment.