Skip to content

add preview exception block #1256

add preview exception block

add preview exception block #1256

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install node and npm
uses: actions/setup-node@v4
with:
node-version: <=21
check-latest: true
- name: Install node packages
run: npm ci
- name: Run tests
run: npm test