Skip to content

fix: further improvements in simulate response v2 parser #12

fix: further improvements in simulate response v2 parser

fix: further improvements in simulate response v2 parser #12

Workflow file for this run

name: Run Tests
on:
push:
branches-ignore:
- main
pull_request:
workflow_call:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node-version: ['20']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run check-format
- run: npm run compile
- run: npm run extension:build
- run: npm test