From 567a5991d0d85327b50736eb45ac1f4eb916bba4 Mon Sep 17 00:00:00 2001 From: Aparna Michael Date: Mon, 6 Jan 2025 19:11:27 +0530 Subject: [PATCH] Remove commented code --- .github/workflows/run-regression-tests.yml | 24 +--------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/run-regression-tests.yml b/.github/workflows/run-regression-tests.yml index a3f450fc..b7a20a67 100755 --- a/.github/workflows/run-regression-tests.yml +++ b/.github/workflows/run-regression-tests.yml @@ -8,6 +8,7 @@ on: jobs: build: + name: Build Plugin runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -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'