Skip to content

fix(betterer 🐛): improve docs, handle include and exclude, add tests, simplify #1365

fix(betterer 🐛): improve docs, handle include and exclude, add tests, simplify

fix(betterer 🐛): improve docs, handle include and exclude, add tests, simplify #1365

name: 'build-extension'
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
build:
runs-on: ${{ matrix['operating-system'] }}
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
operating-system: [macOS-latest]
steps:
- uses: actions/checkout@v4
- name: Use node.js ${{ matrix['node-version'] }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix['node-version'] }}
# - name: Install dependencies
# run: npm install
# - name: Run build
# run: npm run compile:packages && npm run build:extension
# - name: Run extension test
# uses: GabrielBB/xvfb-action@v1.0
# with:
# run: npm run test:extension