Skip to content

build(deps): bump rollup from 4.21.3 to 4.24.0 in /webview-ui/test-generation #307

build(deps): bump rollup from 4.21.3 to 4.24.0 in /webview-ui/test-generation

build(deps): bump rollup from 4.21.3 to 4.24.0 in /webview-ui/test-generation #307

Workflow file for this run

name: Test
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- name: Install Dependencies
run: npm i
- name: Lint
run: npm run lint
- name: Test
run: xvfb-run -a npm run test
- name: Package
run: npx vsce package