Skip to content

feat: add structural completion for mcpp.toml #3

feat: add structural completion for mcpp.toml

feat: add structural completion for mcpp.toml #3

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
unit-and-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm test
- run: npm run package
- name: Verify VSIX archive
run: unzip -t mcpp-vscode-*.vsix
extension-host-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- name: Run Extension Host smoke tests
run: xvfb-run -a npm run test:e2e