Skip to content

update multiverse test-data #6

update multiverse test-data

update multiverse test-data #6

Workflow file for this run

name: Build and Publish Extension
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
run_install: true
- name: Run tests
run: pnpm unit-test
- name: Build extension
run: pnpm run vscode:prepublish
# - name: Publish to VS Code Marketplace
# run: pnpm run publish patch
# env:
# VSCE_PAT: ${{ secrets.VSCE_PAT }}