Skip to content

Commit

Permalink
Updated the yal file to run in only latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnamichael committed Dec 18, 2024
1 parent 3c7fb6b commit 2a31cef
Showing 1 changed file with 29 additions and 11 deletions.
40 changes: 29 additions & 11 deletions .github/workflows/run-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,44 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
runtime: [ linux, mac ]
runtime: [ linux, mac, windows ]
include:
- runtime: linux
os: ubuntu-latest
reportName: linux-test-report
- runtime: mac
os: macOS-latest
reportName: mac-test-report
- runtime: windows
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 ]
# 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
# include:
# - runtime: linux
# os: ubuntu-latest

- runtime: mac
os: macOS-13
# - runtime: mac
# os: macOS-13

- runtime: windows
os: windows-latest
# - runtime: windows
# os: windows-latest

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

steps:
# Checkout the eclipse plugin repository.
Expand Down

0 comments on commit 2a31cef

Please sign in to comment.