Skip to content

Runs tests against newest vscode version (#31) #90

Runs tests against newest vscode version (#31)

Runs tests against newest vscode version (#31) #90

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: tests
# Run on windows because it provides a graphics server
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/setup-node@v1
with:
node-version: '18.20.4'
- run: npm install
- run: npm run lint
- run: npm run test:unit
- run: npm run test:benchmark
- run: npm run test:vsc
env:
VSCODE_VERSION: "1.44.0"
- run: npm run test:vsc
env:
VSCODE_VERSION: "1.96.2"