Skip to content

Bump chai from 4.3.8 to 4.3.10 #260

Bump chai from 4.3.8 to 4.3.10

Bump chai from 4.3.8 to 4.3.10 #260

Workflow file for this run

name: Run Plugin Tests
on:
pull_request:
branches: ["main"]
workflow_dispatch:
# manually triggered
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "npm"
- name: Run tests
run: npm ci && npm test
# build plugin to check if it can still be built
- name: Verify plugin build
run: npm run build