Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
784d167
Update the vscode-extension-tester version to 8.10.0
aparnamichael Dec 19, 2024
69428a7
updated typescript version to latest to fix the error.
aparnamichael Dec 31, 2024
7c2243d
Enabled the Windows GHA build
aparnamichael Dec 16, 2024
bdde968
Updated the yal file to run in only latest version
aparnamichael Dec 18, 2024
567a599
Remove commented code
aparnamichael Jan 6, 2025
b740f9d
Updated package-lock.json with new typescript version
aparnamichael Jan 6, 2025
d1f18c0
Adding node js
aparnamichael Jan 7, 2025
565e3e9
Reverting the typescript changes and installation of node js
aparnamichael Jan 7, 2025
70f15eb
Reverting all the unwanted changes from package-lock.json
aparnamichael Jan 7, 2025
1b1adb9
ignoring type checking for third-party libraries
aparnamichael Jan 8, 2025
798367b
update typescript version in package-lock.json
aparnamichael Jan 8, 2025
09d5b00
Increased delay for starting server
aparnamichael Jan 9, 2025
4d42fb7
Added more delay in executing from history test case
aparnamichael Jan 9, 2025
43d1683
Changed the mac os version from latest to macos-13
aparnamichael Jan 9, 2025
48b8be5
Revert "Changed the mac os version from latest to macos-13"
aparnamichael Jan 9, 2025
1d64c5f
Added previous and latest as targetvscode version
aparnamichael Jan 10, 2025
edefaa0
Merge branch 'OpenLiberty:main' into issue-265_WindowsBuild
aparnamichael Jan 17, 2025
f6e377b
Merge branch 'OpenLiberty:main' into issue-265_WindowsBuild
aparnamichael Jan 23, 2025
08a6200
Adding delay before running test
aparnamichael Jan 23, 2025
8e0056e
Reduced the timeout
aparnamichael Jan 23, 2025
d7854a5
Adding timeout delay before custom start
aparnamichael Jan 23, 2025
89ed835
Adding more delay in custom start
aparnamichael Jan 23, 2025
d9d71e1
Added delay after custom start
aparnamichael Jan 23, 2025
f92794c
Merge remote-tracking branch 'upstream/main' into issue-265_WindowsBuild
aparnamichael Jan 24, 2025
4845d7b
Added comments for the delay
aparnamichael Jan 24, 2025
5e6f314
Merge branch 'OpenLiberty:main' into issue-265_WindowsBuild
aparnamichael Feb 4, 2025
c6b6408
Merge branch 'OpenLiberty:main' into issue-265_WindowsBuild
aparnamichael Feb 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 12 additions & 16 deletions .github/workflows/run-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,22 @@ on:

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

- runtime: mac
os: macOS-13

# - runtime: windows
# os: windows-latest

name: Build Plugin
runs-on: ${{ matrix.os }}
- 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

steps:
# Checkout the eclipse plugin repository.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@
"gulp-download2": "^1.1.0",
"mocha": "^9.2.2",
"ts-loader": "^9.3.1",
"typescript": "^4.8.4",
"vscode-extension-tester": "^7.3.0",
"typescript": "^5.7.2",
"vscode-extension-tester": "^8.10.0",
"vscode-test": "^1.3.0",
"webpack": "^5.96.1",
"webpack-cli": "^4.10.0",
Expand Down