Skip to content

GLSP-1635: Migrate test stack to Vitest #58

GLSP-1635: Migrate test stack to Vitest

GLSP-1635: Migrate test stack to Vitest #58

Workflow file for this run

name: Test
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches: [master]
paths:
- 'dev-packages/cli/**'
pull_request:
branches: [master]
paths:
- 'dev-packages/cli/**'
jobs:
test:
name: Test
timeout-minutes: 60
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 22.x
cache: pnpm
- name: Test
# Failures are annotated inline on the PR by Vitest's built-in `github-actions`
# reporter (enabled via the shared @eclipse-glsp/vitest-config preset when GITHUB_ACTIONS is set).
run: pnpm test